Skip to content

Commit

Permalink
v1.8.18 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Jan 12, 2024
1 parent ef956d3 commit f4f5bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Gameplay/CassetteBlockHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public static void FreezeAdvanceTime(CasstteBlockVisualizer visualizer, float ti
else {
stateChanged = true;
// freeze time may not be an exact multiple of Engine.DeltaTime * tempoMult, so we cant handle it using several updates
// goto sync with cbm (on which the freeze advance time has been applied)
// goto sync with cbm (on which the freeze advance time has already been applied)
}
}
public override void Render() {
Expand Down

0 comments on commit f4f5bda

Please sign in to comment.