From 2b8f9c46250155064a2de382642694e4fd4eeeea Mon Sep 17 00:00:00 2001 From: Ino Date: Thu, 18 Dec 2025 16:20:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=BC=20=EC=98=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HorseRush/Script/HorseRushPanel.cs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Assets/Resources/Prefabs/HorseRush/Script/HorseRushPanel.cs b/Assets/Resources/Prefabs/HorseRush/Script/HorseRushPanel.cs index bd1e8a4..32367da 100644 --- a/Assets/Resources/Prefabs/HorseRush/Script/HorseRushPanel.cs +++ b/Assets/Resources/Prefabs/HorseRush/Script/HorseRushPanel.cs @@ -406,18 +406,18 @@ public class HorseRushPanel : AddrHandleBase } else { - breast[0].Set_Force(); - breast[1].Set_Force(); - //if (isTouchLeft) - //{ - // if (breast[0].bLeft) breast[0].Set_Force(); - // if (breast[1].bLeft) breast[1].Set_Force(); - //} - //else - //{ - // if (!breast[0].bLeft) breast[0].Set_Force(); - // if (!breast[1].bLeft) breast[1].Set_Force(); - //} + //breast[0].Set_Force(); + //breast[1].Set_Force(); + if (isTouchLeft) + { + if (breast[0].bLeft) breast[0].Set_Force(); + if (breast[1].bLeft) breast[1].Set_Force(); + } + else + { + if (!breast[0].bLeft) breast[0].Set_Force(); + if (!breast[1].bLeft) breast[1].Set_Force(); + } } } else