diff --git a/src/app/components/VirtualTour.tsx b/src/app/components/VirtualTour.tsx index 1f9a285..42e84b8 100644 --- a/src/app/components/VirtualTour.tsx +++ b/src/app/components/VirtualTour.tsx @@ -1457,6 +1457,7 @@ function TourExperience({ camera.aspect = width / height; camera.updateProjectionMatrix(); renderer.setSize(width, height); + needsRenderRef.current = true; updateHotspots(); };