mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 22:39:39 -05:00
fix !
This commit is contained in:
@@ -216,7 +216,7 @@ namespace UniGLTF
|
||||
// TrailRenderer, ParticleSystemRenderer ... etc
|
||||
}
|
||||
|
||||
if (Mesh = null)
|
||||
if (Mesh == null)
|
||||
{
|
||||
Summary = "no mesh";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user