summaryrefslogtreecommitdiff
path: root/scene/resources/sky.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sky.h')
-rw-r--r--scene/resources/sky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/sky.h b/scene/resources/sky.h
index 5e52239032..3653568ac6 100644
--- a/scene/resources/sky.h
+++ b/scene/resources/sky.h
@@ -59,7 +59,7 @@ public:
private:
RID sky;
- ProcessMode mode = PROCESS_MODE_AUTOMATIC;
+ ProcessMode mode = PROCESS_MODE_REALTIME;
RadianceSize radiance_size = RADIANCE_SIZE_256;
Ref<Material> sky_material;