forgot a ,

This commit is contained in:
Kade M 2021-05-07 11:57:00 -07:00
parent 94add58a7b
commit 47008b3c39

View File

@ -36,7 +36,7 @@ class OptionsMenu extends MusicBeatState
new OptionCatagory("Appearance", [
#if desktop
new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay."),
new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggled on and Flashing Lights toggled off)")
new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggled on and Flashing Lights toggled off)"),
new AccuracyOption("Display accuracy information."),
new NPSDisplayOption("Shows your current Notes Per Second."),
new SongPositionOption("Show the songs current position (as a bar)"),