diff --git a/packages/frontend/src/utility/room/objects/ceilingFanLight.ts b/packages/frontend/src/utility/room/objects/ceilingFanLight.ts index 51466d0435..b9daf33193 100644 --- a/packages/frontend/src/utility/room/objects/ceilingFanLight.ts +++ b/packages/frontend/src/utility/room/objects/ceilingFanLight.ts @@ -18,7 +18,7 @@ export const ceilingFanLight = defineObject({ castShadows: false, createInstance: ({ scene, model }) => { const rotor = model.findMesh('Rotor'); - model.bakeExcludeMeshes = [rotor, rotor.parent, ...rotor.getChildMeshes()]; + model.bakeExcludeMeshes = [rotor, ...rotor.getChildMeshes()]; return { onInited: () => {