Skip to content

Commit 291c1d2

Browse files
authored
Allow pathBack on Linux (for the command) (#658)
1 parent 09da78c commit 291c1d2

File tree

1 file changed

+1
-1
lines changed
  • source/funkin/backend/system

1 file changed

+1
-1
lines changed

source/funkin/backend/system/Main.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Main extends Sprite
8989
public static var audioDisconnected:Bool = false;
9090

9191
public static var changeID:Int = 0;
92-
public static var pathBack = #if windows
92+
public static var pathBack = #if (windows || linux)
9393
"../../../../"
9494
#elseif mac
9595
"../../../../../../../"

0 commit comments

Comments
 (0)