왼 오
This commit is contained in:
parent
463002d517
commit
2b8f9c4625
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue