diff --git a/source/ClientPrefs.hx b/source/ClientPrefs.hx index 789d7a36c..278d4861b 100644 --- a/source/ClientPrefs.hx +++ b/source/ClientPrefs.hx @@ -10,7 +10,7 @@ class ClientPrefs { public static var downScroll:Bool = false; public static var middleScroll:Bool = false; public static var opponentStrums:Bool = true; - public static var showFPS:Bool = #if android false #else true #end; + public static var showFPS:Bool = true; public static var flashing:Bool = true; public static var globalAntialiasing:Bool = true; public static var noteSplashes:Bool = true;