diff --git a/src/components/Effects.vue b/src/components/Effects.vue index a663288..f2f5ae6 100644 --- a/src/components/Effects.vue +++ b/src/components/Effects.vue @@ -111,7 +111,7 @@ const updateScene = () => { // Only update effects once mapEffects are loaded if (!mapEffectsReady.value) { - if (mapEffects && Object.keys(mapEffects).length) { + if (mapObject.value) { mapEffectsReady.value = true } else { return