Merge pull request #305 from hiroj/fix_firstpearson_reset_default

SetDefault when EditorReset with VRMFirstPerson
This commit is contained in:
gida 2019-09-03 19:12:35 +09:00 committed by GitHub
commit eb897a2936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ namespace VRM
private void Reset()
{
SetDefault();
TraverseRenderers();
}