1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-09 00:04:42 +00:00

put the thread import in the right place

This commit is contained in:
Jakkzero 2021-02-26 13:25:55 +00:00 committed by GitHub
parent ad0e707c57
commit bd2228f3f5

View file

@ -2,6 +2,7 @@ package;
#if !html5
import Discord.DiscordClient;
import sys.thread.Thread;
#end
import flixel.FlxG;
import flixel.FlxSprite;
@ -26,7 +27,6 @@ import flixel.util.FlxTimer;
import io.newgrounds.NG;
import lime.app.Application;
import openfl.Assets;
import sys.thread.Thread;
using StringTools;