DTM Trail完成
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user