设置扩展

This commit is contained in:
SoulliesOfficial
2026-07-19 16:44:58 -04:00
parent dda354ebb9
commit 9fd5f098ab
110 changed files with 8386 additions and 2311 deletions

View File

@@ -63,7 +63,7 @@ namespace Ichni.RhythmGame
if(trackRendererSubmodule != null)
{
trackRendererSubmodule.meshGenerator.autoUpdate = false;
trackRendererSubmodule.meshGenerator.autoUpdate = true;
}
}
#endregion
@@ -83,7 +83,7 @@ namespace Ichni.RhythmGame
}
#region [IScheduledElement] Scheduler Interface
public void ScheduledUpdate(UpdatePhase phase, float songTime)
public override void ScheduledUpdate(UpdatePhase phase, float songTime)
{
ManualUpdate(songTime);
}