Skip to content

Commit eecfb61

Browse files
authored
FlxKey.NUMBER_3 doesn’t exist but FlxKey.THREE does
1 parent c142072 commit eecfb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/options/Options.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class Options
126126
public static var P1_VOLUME_UP:Array<FlxKey> = [PLUS];
127127
public static var P1_VOLUME_DOWN:Array<FlxKey> = [MINUS];
128128
public static var P1_VOLUME_MUTE:Array<FlxKey> = [ZERO];
129-
public static var P1_FPS_COUNTER:Array<FlxKey> = [#if web NUMBER_3 #else F3 #end]; // 3 on web or F3 on windows, linux and other things that runs code
129+
public static var P1_FPS_COUNTER:Array<FlxKey> = [#if web THREE #else F3 #end]; // 3 on web or F3 on windows, linux and other things that runs code
130130

131131
// Debugs
132132
public static var P1_DEV_ACCESS:Array<FlxKey> = [SEVEN];

0 commit comments

Comments
 (0)