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

View File

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