diff --git a/src/runtime-three/rapier-collision-world.ts b/src/runtime-three/rapier-collision-world.ts index fb339bfb..67e47c56 100644 --- a/src/runtime-three/rapier-collision-world.ts +++ b/src/runtime-three/rapier-collision-world.ts @@ -397,8 +397,6 @@ export class RapierCollisionWorld { z: shape.size.z * 0.5 }); break; - case "none": - break; } this.currentPlayerShapeSignature = nextSignature;