From e3ae9f3e0e82eb725b995c1be13d39312f6bc574 Mon Sep 17 00:00:00 2001 From: M&M Date: Thu, 1 Jul 2021 20:49:43 -0700 Subject: [PATCH] remove desktop check for appearance and fps counter options --- source/OptionsMenu.hx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index e67cd0f..c46f81e 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -42,18 +42,16 @@ class OptionsMenu extends MusicBeatState new OptionCategory("Appearance", [ new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay."), new CamZoomOption("Toggle the camera zoom in-game."), - #if desktop new RainbowFPSOption("Make the FPS Counter Rainbow"), new AccuracyOption("Display accuracy information."), new NPSDisplayOption("Shows your current Notes Per Second."), new SongPositionOption("Show the songs current position (as a bar)"), new CpuStrums("CPU's strumline lights up when a note hits it."), - #end ]), new OptionCategory("Misc", [ - #if desktop new FPSOption("Toggle the FPS Counter"), + #if desktop new ReplayOption("View replays"), #end new FlashingLightsOption("Toggle flashing lights that can cause epileptic seizures and strain."),