Set woman's IsCheck to true when switching to camera3, reset it on undo

This commit is contained in:
yangbear
2026-07-11 02:52:18 +08:00
parent f18b6812fc
commit 7d22163cf6
2 changed files with 9 additions and 0 deletions
@@ -207,6 +207,7 @@ public class ShoseClickHandler : MonoBehaviour
if (anim != null)
{
anim.SetBool("isCrouch", false);
anim.SetBool("IsCheck", false);
}
// 移回原位?如果最初在某个位置,PageController里有记录。这里只要不穿帮即可