mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 20:37:28 +08:00
[F] Repeat resets speed
This commit is contained in:
@@ -107,13 +107,17 @@ public class PractiseMode
|
||||
msec = 0;
|
||||
}
|
||||
|
||||
DebugFeature.CurrentPlayMsec = msec;
|
||||
CurrentPlayMsec = msec;
|
||||
}
|
||||
|
||||
public static double CurrentPlayMsec
|
||||
{
|
||||
get => NotesManager.GetCurrentMsec() - 91;
|
||||
set => DebugFeature.CurrentPlayMsec = value;
|
||||
set
|
||||
{
|
||||
DebugFeature.CurrentPlayMsec = value;
|
||||
SetSpeedCoroutine();
|
||||
}
|
||||
}
|
||||
|
||||
public static PractiseModeUI ui;
|
||||
|
||||
Reference in New Issue
Block a user