Skip to content

Commit

Permalink
Useless
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlayGithub authored May 18, 2023
1 parent db3bad8 commit 00323ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ClientPrefs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00323ee

Please sign in to comment.