Skip to content

Commit bf3cac7

Browse files
committedJul 24, 2024·
fix: FIx 0pp after retry
1 parent c59c579 commit bf3cac7

File tree

1 file changed

+1
-1
lines changed
  • packages/tosu/src/entities/GamePlayData

1 file changed

+1
-1
lines changed
 

‎packages/tosu/src/entities/GamePlayData/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class GamePlayData extends AbstractEntity {
115115
this.isReplayUiHidden = false;
116116

117117
this.previousPassedObjects = 0;
118-
118+
this.GradualPerformance = undefined;
119119
// below is gata that shouldn't be reseted on retry
120120
if (isRetry === true) {
121121
return;

0 commit comments

Comments
 (0)
Please sign in to comment.