diff --git a/packages/frontend/src/utility/room/objects/laptopPc.ts b/packages/frontend/src/utility/room/objects/laptopPc.ts index e133b67f48..77a8720a1b 100644 --- a/packages/frontend/src/utility/room/objects/laptopPc.ts +++ b/packages/frontend/src/utility/room/objects/laptopPc.ts @@ -126,6 +126,7 @@ export const laptopPc = defineObject({ const angle = options.openAngle; hutaNode.rotationQuaternion = null; hutaNode.rotation.x = -angle; + model.updated(); }; applyOpenAngle();