@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user