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 63dd8398da
commit daa17d3981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;