DTM Trail完成

This commit is contained in:
SoulliesOfficial
2025-04-20 03:10:41 -04:00
parent 83241a5814
commit 957b1e3702
10 changed files with 595 additions and 58 deletions

View File

@@ -111,7 +111,7 @@ namespace Ichni.RhythmGame
{
foreach (GameElement x in EditorManager.instance.beatmapContainer.gameElementList)
{
if (x is IHaveTrail t)
if (x is IHaveTrail t && t.trailRenderer != null)
{
t.trailRenderer.emitting = emitting;
t.trailRenderer.enabled = emitting;