大幅优化

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-10-05 11:45:32 +08:00
parent e145d65d38
commit 725009e354
66 changed files with 616229 additions and 175087 deletions

View File

@@ -20,7 +20,9 @@ namespace Ichni.RhythmGame
{
switch (elementToSelect)
{
case NoteBase note when EditorManager.instance.songInformation.songTime > note.exactJudgeTime:
case NoteBase note when elementToSelect is not Hold && EditorManager.instance.songInformation.songTime > note.exactJudgeTime:
return;
case Hold hold when EditorManager.instance.songInformation.songTime > hold.holdEndTime:
return;
case PathNode pathNode1 when !pathNode1.isShowingSphere:
return;