Stopped player turning around during wall ride

This commit is contained in:
2025-03-28 14:07:24 +00:00
parent 639cb88e63
commit a972667fe4
4 changed files with 26 additions and 5 deletions

View File

@@ -40,6 +40,10 @@ public partial class PlayerMovement : MonoBehaviour
StopSlide();
break;
case PlayerState.WALL_RUNNING:
m_FirstFrameWallRiding = true;
break;
default:
break;
}