Skip to content

Commit

Permalink
Update source/funkin/ui/options/PreferencesMenu.hx
Browse files Browse the repository at this point in the history
Co-authored-by: Hundrec <[email protected]>
  • Loading branch information
JVNpixels and Hundrec authored Feb 25, 2025
1 parent fd4458c commit b1e4c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/options/PreferencesMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PreferencesMenu extends Page
createPrefItemCheckbox('Debug Display', 'If enabled, FPS and other debug stats will be displayed.', function(value:Bool):Void {
Preferences.debugDisplay = value;
}, Preferences.debugDisplay);
createPrefItemCheckbox('Play Miss Sound', 'Disable to stop the miss sound from playing when a miss happens.', function(value:Bool):Void {
createPrefItemCheckbox('Play Miss Sound', 'If disabled, miss sounds will not play when missing notes.', function(value:Bool):Void {
Preferences.playMissSound = value;
}, Preferences.playMissSound);
createPrefItemCheckbox('Auto Pause', 'If enabled, game automatically pauses when it loses focus.', function(value:Bool):Void {
Expand Down

0 comments on commit b1e4c78

Please sign in to comment.