fix warnings

This commit is contained in:
G21
2018-04-12 17:39:33 +09:00
parent ea36cd63ad
commit 520e68177e
2 changed files with 62 additions and 59 deletions

View File

@@ -164,7 +164,7 @@ namespace VRM
LoadHumanoidObsolete(context);
Debug.LogWarning("LoadHumanoidObsolete");
}
catch (Exception ex)
catch (Exception)
{
LoadHumanoid(context);
}
@@ -213,7 +213,7 @@ namespace VRM
firstPerson.TraverseRenderers(context);
// LookAt
var lookAtHead = context.Root.AddComponent<VRMLookAtHead>();
/*var lookAtHead =*/ context.Root.AddComponent<VRMLookAtHead>();
switch(gltfFirstPerson.lookAtType)
{