QuickMove!

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-08-10 16:00:46 +08:00
parent 7b152a2ecd
commit 19ff2f4862
55 changed files with 343288 additions and 364537 deletions

View File

@@ -232,7 +232,7 @@ public class SampleWindow : MovableWindow//该window高度为300横的要XWid
far += 1f / Xdevide;
}
far -= 1f / Xdevide;
float time = far * timePerBeat;
float time = Mathf.Round(far * timePerBeat * 1000f) / 1000f;
switch (NoteCode)