false not throw

This commit is contained in:
ousttrue
2022-02-21 16:30:04 +09:00
parent 8303fea05e
commit 15c42eee05

View File

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