mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
Merge pull request #1544 from ousttrue/fix/false_other_renderer
false not throw
This commit is contained in:
@@ -47,7 +47,8 @@ namespace UniGLTF
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// LineRenderer ... etc
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user