fix: move sounds outside suspense

This commit is contained in:
2026-06-01 15:42:17 -03:00
parent a0b416c412
commit 079986ebec
+1 -1
View File
@@ -93,6 +93,7 @@ export default function Fear() {
<Hallway />
<TheCreature />
<Player />
</Suspense>
<AmbientSound
key="ambient-1"
@@ -111,7 +112,6 @@ export default function Fear() {
url='fear/snd/glitch.mp3'
volume={1}
/> : null}
</Suspense>
</Canvas>
</>)
}