summaryrefslogtreecommitdiff
path: root/scene/resources/world_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/world_3d.h')
-rw-r--r--scene/resources/world_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/world_3d.h b/scene/resources/world_3d.h
index 7cbc9f08c9..ad17daf466 100644
--- a/scene/resources/world_3d.h
+++ b/scene/resources/world_3d.h
@@ -46,8 +46,8 @@ class World3D : public Resource {
private:
RID space;
- RID navigation_map;
RID scenario;
+ mutable RID navigation_map;
Ref<Environment> environment;
Ref<Environment> fallback_environment;