summaryrefslogtreecommitdiff
path: root/modules/csg
diff options
context:
space:
mode:
authorjfons <joan.fonssanchez@gmail.com>2019-06-13 13:29:43 +0200
committerjfons <joan.fonssanchez@gmail.com>2019-06-13 13:44:41 +0200
commit051ef5ead297a577a54b49f2f964144ff8841214 (patch)
tree80c4b7392910c4f56a324388fc35d2a220cda1fb /modules/csg
parent8c11f883d9c96b08d2dd4b6bc72caf0c9d9543c5 (diff)
Take CSG into account for nav-mesh generation
Diffstat (limited to 'modules/csg')
-rw-r--r--modules/csg/csg_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_shape.h b/modules/csg/csg_shape.h
index a5b2238e6b..2171f27f96 100644
--- a/modules/csg/csg_shape.h
+++ b/modules/csg/csg_shape.h
@@ -116,9 +116,9 @@ protected:
virtual void _validate_property(PropertyInfo &property) const;
+public:
Array get_meshes() const;
-public:
void set_operation(Operation p_operation);
Operation get_operation() const;