Skip to content

Commit

Permalink
Revert "🥖"
Browse files Browse the repository at this point in the history
This reverts commit 8a1688e.
  • Loading branch information
moxie-coder committed Nov 8, 2024
1 parent a937df5 commit 76fcb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ class PlayState extends MusicBeatState
iconP2.cameras = [camHUD];
if (EngineWatermark != null) EngineWatermark.cameras = [camHUD];
judgementCounter.cameras = [camHUD];
if (scoreTxt != null) scoreTxt.cameras = [camHUD];
scoreTxt.cameras = [camHUD];
if (botplayTxt != null) botplayTxt.cameras = [camHUD];
timeBar.cameras = [camHUD];
timeBarBG.cameras = [camHUD];
Expand Down

0 comments on commit 76fcb08

Please sign in to comment.