mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:27:39 +02:00
DJ School: Additional gameplay implementation and tuning.
This commit is contained in:
@ -124,8 +124,8 @@ namespace RhythmHeavenMania
|
||||
}
|
||||
}
|
||||
|
||||
// LateUpdate works a bit better but causes a bit of bugs, so remind me to fix those eventually
|
||||
private void LateUpdate()
|
||||
// LateUpdate works a bit better(?) but causes some bugs (like issues with bop animations).
|
||||
private void Update()
|
||||
{
|
||||
if (Beatmap.entities.Count < 1)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user