Add maxStepHeight to RuntimePlayerMovement and related controllers

This commit is contained in:
2026-04-11 20:59:15 +02:00
parent d5c33c57ec
commit abd2c8ce3a
3 changed files with 5 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ function cloneRuntimePlayerMovement(
templateKind: movement.templateKind,
moveSpeed: movement.moveSpeed,
maxSpeed: movement.maxSpeed,
maxStepHeight: movement.maxStepHeight,
capabilities: {
jump: movement.capabilities.jump,
sprint: movement.capabilities.sprint,