Merge pull request #1544 from ousttrue/fix/false_other_renderer

false not throw
This commit is contained in:
ousttrue 2022-02-22 18:18:51 +09:00 committed by GitHub
commit 884c9ea52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,8 @@ namespace UniGLTF
}
else
{
throw new NotImplementedException();
// LineRenderer ... etc
return false;
}
}