Skip to content

Commit cf5a689

Browse files
committed
u got to be kidding me
1 parent 84c153d commit cf5a689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/backend/system/MainState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class MainState extends FlxState {
126126
CoolUtil.safeAddAttributes('./.temp/', NativeAPI.FileAttribute.HIDDEN);
127127
#end
128128

129-
var startState = Flags.DISABLE_WARNING_SCREEN ? TitleState : funkin.menus.WarningState;
129+
var startState:Class<FlxState> = Flags.DISABLE_WARNING_SCREEN ? TitleState : funkin.menus.WarningState;
130130

131131
if (Options.devMode && Options.allowConfigWarning) {
132132
var lib:ModsFolderLibrary;

0 commit comments

Comments
 (0)