From 438815d06178dceff4ca704bb5aeedf2bb6bb4d1 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 2 Apr 2024 19:39:21 +0800 Subject: *misc --- ActiveRagdoll/Assets/TABG/Scripts/Action/Balance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Action/Balance.cs') diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Action/Balance.cs b/ActiveRagdoll/Assets/TABG/Scripts/Action/Balance.cs index a003c4e..2e25b68 100644 --- a/ActiveRagdoll/Assets/TABG/Scripts/Action/Balance.cs +++ b/ActiveRagdoll/Assets/TABG/Scripts/Action/Balance.cs @@ -80,7 +80,7 @@ namespace Rigging.Action private void CenterLegs() { - using GLScope s = new GLScope(true); + using GLScope s = new GLScope(false); Vector3 vector = footLeft.transform.position + footLeft.transform.forward * 0.5f; Vector3 vector2 = footRight.transform.position + footRight.transform.forward * 0.5f; -- cgit v1.1-26-g67d0