From 6954b9e30ff34198e69c20887e1395df3cd9cde2 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Sat, 30 May 2026 13:38:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20melhoria=20no=20s?= =?UTF-8?q?nap=20e=20medi=C3=A7=C3=A3o=20AR=20em=2030/05/2026=2013:38:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MeetingRoom.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/MeetingRoom.tsx b/src/pages/MeetingRoom.tsx index 19c4398..cccd8cb 100644 --- a/src/pages/MeetingRoom.tsx +++ b/src/pages/MeetingRoom.tsx @@ -617,7 +617,7 @@ function HologramModel({ model, presentationState, isPresenter, onPresentationCh new THREE.Plane(new THREE.Vector3(0, 0, 1), 0.6), // Limite TrĂ¡s (z > -0.6) ]; - let finalPlanes = [...tableLimitPlanes]; + const finalPlanes = [...tableLimitPlanes]; if (sectionEnabled) { const normal = new THREE.Vector3();