fix: move ambient light to page root

This commit is contained in:
2026-06-01 15:37:08 -03:00
parent d66c898f23
commit 0d72d49d7b
2 changed files with 1 additions and 2 deletions
@@ -230,8 +230,6 @@ export default function Hallway() {
return (
<>
<ambientLight intensity={0.0225} />
{segmentPool.map((poolIndex) => (
<group
key={poolIndex}