summaryrefslogtreecommitdiffstats
path: root/scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp')
-rw-r--r--scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp b/scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp
index e3f14539a8..07e9caa713 100644
--- a/scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp
+++ b/scene/resources/2d/navigation_mesh_source_geometry_data_2d.cpp
@@ -43,7 +43,7 @@ void NavigationMeshSourceGeometryData2D::clear() {
bool NavigationMeshSourceGeometryData2D::has_data() {
RWLockRead read_lock(geometry_rwlock);
return traversable_outlines.size();
-};
+}
void NavigationMeshSourceGeometryData2D::clear_projected_obstructions() {
RWLockWrite write_lock(geometry_rwlock);