File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ import flixel.input.FlxGyroscope;
5252#if FLX_POINTER_INPUT
5353import flixel .input .FlxSwipe ;
5454#end
55-
5655#if html5
5756import flixel .system .frontEnds .HTML5FrontEnd ;
5857#end
@@ -104,7 +103,7 @@ class FlxG
104103 * The HaxeFlixel version, in semantic versioning syntax. Use `Std.string()`
105104 * on it to get a `String` formatted like this: `"HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA"`.
106105 */
107- public static final VERSION = new FlxVersion (6 , 1 , 1 );
106+ public static final VERSION = new FlxVersion (6 , 1 , 2 );
108107
109108 /**
110109 * Internal tracker for game object.
Original file line number Diff line number Diff line change @@ -591,11 +591,6 @@ class FlxGame extends Sprite
591591 // Destroy the old state (if there is an old state)
592592 if (_state != null )
593593 _state .destroy ();
594-
595- // sound datas too.
596- #if FLX_SOUND_SYSTEM
597- FlxG .sound .clearCache ();
598- #end
599594
600595 // sound datas too.
601596 #if FLX_SOUND_SYSTEM
You can’t perform that action at this time.
0 commit comments