Skip to content

Commit

Permalink
Update TitleState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed May 9, 2023
1 parent 92bea2e commit f2cc036
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/states/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ import flixel.input.gamepad.FlxGamepad;
import flixel.math.FlxMath;
import flixel.math.FlxPoint;
import flixel.math.FlxRect;
#if (flixel >= "5.2.2")
import flixel.system.FlxSound;
#else
import flixel.sound.FlxSound;
#end
import flixel.system.FlxSound;
import flixel.system.ui.FlxSoundTray;
import flixel.text.FlxText;
import flixel.tweens.FlxEase;
Expand Down

0 comments on commit f2cc036

Please sign in to comment.