remove waning

This commit is contained in:
ousttrue 2021-06-08 18:22:06 +09:00
parent 8d02eec68e
commit 098d0458a1
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ namespace UniVRM10
[SerializeField, Range(0, 0.5f), Header("Collision")]
public float m_jointRadius = 0.02f;
SpringBoneLogic m_logic;
SpringBoneLogic m_logic = null;
public void DrawGizmo(Transform center, Color color)
{

View File

@ -141,7 +141,7 @@ namespace UniVRM10
return true;
}
catch (Exception e)
catch (Exception)
{
dst = null;
return false;