Skip to content

Commit

Permalink
reset IsStageMode
Browse files Browse the repository at this point in the history
  • Loading branch information
tslashd authored Feb 7, 2024
1 parent c8be7de commit c06c6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ST-Player/PlayerTimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void Reset()
this.Checkpoint = 0;
this.IsPaused = false;
this.IsPracticeMode = false;
this.IsStageMode = false;
this.CurrentRunData.Reset();
}

Expand Down

0 comments on commit c06c6cb

Please sign in to comment.