This commit is contained in:
ousttrue
2022-02-28 17:33:15 +09:00
parent 8e4a8c517a
commit 730197da1e

View File

@@ -216,7 +216,7 @@ namespace UniGLTF
// TrailRenderer, ParticleSystemRenderer ... etc
}
if (Mesh = null)
if (Mesh == null)
{
Summary = "no mesh";
}