summaryrefslogtreecommitdiff
path: root/ActiveRagdoll/Assets/TABG/Scripts
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-03-18 12:48:03 +0800
committerchai <215380520@qq.com>2024-03-18 12:48:03 +0800
commit53b7d2abc88185b2bb54119c7850307da19f0692 (patch)
treee3bb899c7d40454ac2c766c63d91f8f9818d0e98 /ActiveRagdoll/Assets/TABG/Scripts
parent29c6e8207db10cfb83c82f64caf7218572752a83 (diff)
*misc
Diffstat (limited to 'ActiveRagdoll/Assets/TABG/Scripts')
-rw-r--r--ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs b/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs
index 6815ea7..c9c36d2 100644
--- a/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs
+++ b/ActiveRagdoll/Assets/TABG/Scripts/Utils/DisplayAllJoints.cs
@@ -10,5 +10,8 @@ public class DisplayAllJoints : MonoBehaviour
public float size = 1f;
+ private void OnEnable()
+ {
+ }
}