diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index fd9feb9..0f3239f 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -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)"),