Skip to content

Commit

Permalink
me when i forget an apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Nov 4, 2023
1 parent a2f562d commit 9557586
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 @@ -5027,7 +5027,7 @@ if (ClientPrefs.showNPS) {
compactUpdateFrame = 0;
scoreTxtUpdateFrame = 0;

if (deathCounter < 0) botplayTxt.text = 'DEAR GOD YOU OVERFLOWED THE DEATH COUNTER;
if (deathCounter < 0) botplayTxt.text = 'DEAR GOD YOU OVERFLOWED THE DEATH COUNTER';

if (shownScore != songScore && ClientPrefs.hudType == 'JS Engine' && Math.abs(shownScore - songScore) >= 10) {
shownScore = FlxMath.lerp(shownScore, songScore, 0.4 / (ClientPrefs.framerate / 60));
Expand Down

0 comments on commit 9557586

Please sign in to comment.