summaryrefslogtreecommitdiff
path: root/scene/resources/world_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/world_2d.h')
-rw-r--r--scene/resources/world_2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/world_2d.h b/scene/resources/world_2d.h
index 92239ed167..0b3b9df7dc 100644
--- a/scene/resources/world_2d.h
+++ b/scene/resources/world_2d.h
@@ -43,8 +43,8 @@ class World2D : public Resource {
GDCLASS(World2D, Resource);
RID canvas;
- RID space;
- RID navigation_map;
+ mutable RID space;
+ mutable RID navigation_map;
HashSet<Viewport *> viewports;