[F] Notes shift after set speed

This commit is contained in:
Clansty
2024-10-16 18:41:07 +08:00
parent 953083a0bf
commit 5bcbffcdf0
2 changed files with 39 additions and 8 deletions

View File

@@ -103,6 +103,7 @@ public class PractiseModeUI : MonoBehaviour
DebugFeature.Pause = !DebugFeature.Pause;
if (!DebugFeature.Pause)
{
DebugFeature.Seek(0);
PractiseMode.SetSpeedCoroutine();
}
}