Fix replay crashes
This commit is contained in:
@ -33,7 +33,7 @@ class LoadReplayState extends MusicBeatState
|
||||
{
|
||||
var menuBG:FlxSprite = new FlxSprite().loadGraphic(Paths.image('menuDesat'));
|
||||
#if sys
|
||||
controlsStrings = sys.FileSystem.readDirectory(Sys.getCwd() + "\\assets\\replays\\");
|
||||
controlsStrings = sys.FileSystem.readDirectory(Sys.getCwd() + "/assets/replays/");
|
||||
#end
|
||||
trace(controlsStrings);
|
||||
|
||||
|
Reference in New Issue
Block a user