mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-28 23:56:52 +00:00
put the thread import in the right place
This commit is contained in:
parent
ad0e707c57
commit
bd2228f3f5
|
@ -2,6 +2,7 @@ package;
|
||||||
|
|
||||||
#if !html5
|
#if !html5
|
||||||
import Discord.DiscordClient;
|
import Discord.DiscordClient;
|
||||||
|
import sys.thread.Thread;
|
||||||
#end
|
#end
|
||||||
import flixel.FlxG;
|
import flixel.FlxG;
|
||||||
import flixel.FlxSprite;
|
import flixel.FlxSprite;
|
||||||
|
@ -26,7 +27,6 @@ import flixel.util.FlxTimer;
|
||||||
import io.newgrounds.NG;
|
import io.newgrounds.NG;
|
||||||
import lime.app.Application;
|
import lime.app.Application;
|
||||||
import openfl.Assets;
|
import openfl.Assets;
|
||||||
import sys.thread.Thread;
|
|
||||||
|
|
||||||
using StringTools;
|
using StringTools;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue