summaryrefslogtreecommitdiff
path: root/scene/resources/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/room.h')
-rw-r--r--scene/resources/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/room.h b/scene/resources/room.h
index 3ed41a3e61..dc5e284838 100644
--- a/scene/resources/room.h
+++ b/scene/resources/room.h
@@ -56,7 +56,7 @@ public:
BSP_Tree get_bounds() const;
void set_geometry_hint(const DVector<Face3>& geometry_hint);
- const DVector<Face3>& get_geometry_hint() const;
+ DVector<Face3> get_geometry_hint() const;
RoomBounds();
~RoomBounds();