|
@@ -924,7 +924,6 @@ public class PlayerController : MoveCharacter
|
|
|
AirJump();
|
|
AirJump();
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
- isClickBtnJump = false;
|
|
|
|
|
}
|
|
}
|
|
|
CachedPlayerInput();
|
|
CachedPlayerInput();
|
|
|
rb.velocity = AirMove(rb.velocity);
|
|
rb.velocity = AirMove(rb.velocity);
|
|
@@ -971,9 +970,9 @@ public class PlayerController : MoveCharacter
|
|
|
{
|
|
{
|
|
|
airJumped++;
|
|
airJumped++;
|
|
|
AirJump();
|
|
AirJump();
|
|
|
|
|
+ break;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- isClickBtnJump = false;
|
|
|
|
|
}
|
|
}
|
|
|
CachedPlayerInput();
|
|
CachedPlayerInput();
|
|
|
rb.velocity = AirMove(rb.velocity);
|
|
rb.velocity = AirMove(rb.velocity);
|