We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccef7c1 commit 0de939aCopy full SHA for 0de939a
source/MusicBeatState.hx
@@ -28,7 +28,7 @@ class MusicBeatState extends FlxUIState
28
29
override function create() {
30
Paths.clearStoredMemory();
31
- if ((!Std.isOfType(this, PlayState)) && (!Std.isOfType(this, pvp.PvPPlayState)) && (!Std.isOfType(this, editors.ChartingState)))
+ if ((!Std.isOfType(this, PlayState)) && (!Std.isOfType(this, editors.ChartingState)))
32
Paths.clearUnusedMemory();
33
34
var skip:Bool = FlxTransitionableState.skipNextTransOut;
0 commit comments