auto-git:
[change] src/runtime-three/third-person-navigation-controller.ts
This commit is contained in:
@@ -158,6 +158,10 @@ function cloneRuntimePlayerMovement(
|
|||||||
},
|
},
|
||||||
crouch: {
|
crouch: {
|
||||||
speedMultiplier: movement.crouch.speedMultiplier
|
speedMultiplier: movement.crouch.speedMultiplier
|
||||||
|
},
|
||||||
|
edgeAssist: {
|
||||||
|
enabled: movement.edgeAssist.enabled,
|
||||||
|
pushToTopHeight: movement.edgeAssist.pushToTopHeight
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user