This commit is contained in:
SoulliesOfficial
2025-04-18 22:34:55 -04:00
parent 97427b0bf3
commit d7ce55cd04
21 changed files with 335 additions and 1590 deletions

View File

@@ -53,8 +53,7 @@ public class TimelineTab : MonoBehaviour
else if (gameElement is NoteBase)
{
float Judgetime = ((NoteBase)gameElement).exactJudgeTime;
print(Judgetime);
if (SubTabs.ContainsKey(Judgetime))
{
SubTabs[Judgetime].Set(gameElement, Judgetime);