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