From 00323ee5f66623a9f04d10c799f42f4ec7876a24 Mon Sep 17 00:00:00 2001 From: MaysLastPlay <107422651+MaysLastPlayGithub@users.noreply.github.com> Date: Thu, 18 May 2023 12:35:46 +0300 Subject: [PATCH] Useless --- source/ClientPrefs.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;