summaryrefslogtreecommitdiffstats
path: root/scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp')
-rw-r--r--scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp b/scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp
index 59366592ce..74dca88423 100644
--- a/scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp
+++ b/scene/resources/3d/navigation_mesh_source_geometry_data_3d.cpp
@@ -71,7 +71,7 @@ void NavigationMeshSourceGeometryData3D::append_arrays(const Vector<float> &p_ve
bool NavigationMeshSourceGeometryData3D::has_data() {
RWLockRead read_lock(geometry_rwlock);
return vertices.size() && indices.size();
-};
+}
void NavigationMeshSourceGeometryData3D::clear() {
RWLockWrite write_lock(geometry_rwlock);