super karta
This commit is contained in:
@ -147,7 +147,7 @@ public class scr_CharacterController : MonoBehaviour
|
||||
{
|
||||
isSprinting = false;
|
||||
}
|
||||
if (input_Movement.y <= 0.2f)
|
||||
if (input_Movement.y <= 0.2f && input_Movement.y <= 0.3f)
|
||||
{
|
||||
isWalking = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user