You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user