This commit is contained in:
Rapandrasmus 2023-12-17 20:41:35 +01:00
parent a274b65e9d
commit 113615af1b

View file

@ -317,10 +317,6 @@ namespace HeavenStudio.Games
tempEvents.Remove(jump);
}
allJumpEvents = tempEvents;
foreach (var jump in allJumpEvents)
{
Debug.Log(jump.beat);
}
}
private void PersistColor(double beat)