auto-git:

[change] src/runtime-three/player-edge-assist.ts
This commit is contained in:
2026-05-01 16:54:27 +02:00
parent 120b23a5ac
commit e7fbb2feb2

View File

@@ -309,7 +309,7 @@ export function resolvePlayerLedgeGrabTarget(options: {
const topOutHeight = standFeetPosition.y - options.feetPosition.y;
if (
topOutHeight <= minLedgeHeight + VECTOR_EPSILON ||
topOutHeight <= options.pushToTopHeight + VECTOR_EPSILON ||
topOutHeight > maxLedgeHeight + VECTOR_EPSILON ||
!options.canOccupyShape(standFeetPosition, options.shape)
) {