Skip to content

Commit

Permalink
aaah
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Jan 8, 2025
1 parent 5d4ff5e commit dbf96cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/Constants.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import funkin.backend.utils.Paths;

class Constants {
@:final class Constants {
public static inline final SOUND_EXT:String = #if web "mp3" #else "ogg" #end;
public static inline final VIDEO_EXT:String = "mp4";

Expand Down
3 changes: 1 addition & 2 deletions source/funkin/game/options/VisualsUISubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ class VisualsUISubState extends BaseOptionsMenu
var option:Option = new Option('Check for Updates',
'On Release builds, turn this on to check for updates when you start the game.',
'checkForUpdates',
BOOL,
true);
BOOL);
addOption(option);
#end

Expand Down

0 comments on commit dbf96cb

Please sign in to comment.