Skip to content

Commit 38c9836

Browse files
authored
Remove "inline" to fix Compiling issue
it's pushed in github mobile im not on my pc rn
1 parent a73a51e commit 38c9836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/editors/ModConfigWarning.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ModConfigWarning extends UIState {
99
var library:ModsFolderLibrary = null;
1010
var goToState:Class<FlxState>;
1111

12-
public static inline var defaultModConfigText =
12+
public static var defaultModConfigText =
1313
'[Common] # This section applies the \'MOD_\' prefix to the flags so you don\'t have to.
1414
NAME="YOUR MOD NAME HERE"
1515
DESCRIPTION="YOUR MOD DESCRIPTION HERE"

0 commit comments

Comments
 (0)