From 2ca03db6bc9f82cafb66e07c74c45ff05dcf4c2a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 18:51:00 +0200 Subject: [PATCH] Remove unused case 'none' in RapierCollisionWorld.ts --- src/runtime-three/rapier-collision-world.ts | 2 -- 1 file changed, 2 deletions(-) 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;