@@ -539,7 +539,7 @@ public class PlayerController : MoveCharacter
return false;
}
- if (isBtnEastUp || isBtnWestUp || isBtnSouthUp)
+ if (btnEastPress || btnWestPress || btnSouthPress)
{
if (cacheSummonTime >= 0 && conductTime <= totalCacheSummonTime)