mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-18 16:21:50 -05:00
remove waning
This commit is contained in:
parent
8d02eec68e
commit
098d0458a1
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ namespace UniVRM10
|
|||
|
||||
return true;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
dst = null;
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user