Skip to content

Commit

Permalink
E
Browse files Browse the repository at this point in the history
fixed a null object reference related to showcase mode
  • Loading branch information
JordanSantiagoYT committed Oct 18, 2023
1 parent 7cef4e6 commit 910ef8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5120,8 +5120,6 @@ if (ClientPrefs.showNPS) {
+ '\nOpponent NPS (Max): ' + FlxStringUtil.formatMoney(oppNPS, false) + ' (' + FlxStringUtil.formatMoney(maxOppNPS, false) + ')'
+ '\nTotal Note Hits: ' + FlxStringUtil.formatMoney(Math.abs(totalNotesPlayed + enemyHits), false)
+ '\nVideo Speedup: ' + Math.abs(playbackRate / playbackRate / playbackRate) + 'x';
} else if (ClientPrefs.showcaseMode) {
hitTxt.text = 'Video Speedup: ' + Math.abs(playbackRate / playbackRate / playbackRate) + 'x';
}

if (combo > maxCombo)
Expand Down

0 comments on commit 910ef8e

Please sign in to comment.