Skip to content

Commit

Permalink
🥖
Browse files Browse the repository at this point in the history
closes #730 
something tells me that might be a result of what I did maybe
  • Loading branch information
moxie-coder authored Nov 8, 2024
1 parent 8bf331a commit 8a1688e
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 @@ -1646,7 +1646,7 @@ class PlayState extends MusicBeatState
iconP2.cameras = [camHUD];
if (EngineWatermark != null) EngineWatermark.cameras = [camHUD];
judgementCounter.cameras = [camHUD];
scoreTxt.cameras = [camHUD];
if (scoreTxt != null) scoreTxt.cameras = [camHUD];
if (botplayTxt != null) botplayTxt.cameras = [camHUD];
timeBar.cameras = [camHUD];
timeBarBG.cameras = [camHUD];
Expand Down

0 comments on commit 8a1688e

Please sign in to comment.