mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: apply clang-format (3.9.1) to current source
This commit is contained in:
parent
b3a1821b46
commit
acb7107720
12 changed files with 44 additions and 44 deletions
|
|
@ -34,7 +34,7 @@ void Navigation::_navmesh_link(int p_id) {
|
|||
ERR_FAIL_COND(!navmesh_map.has(p_id));
|
||||
NavMesh &nm = navmesh_map[p_id];
|
||||
ERR_FAIL_COND(nm.linked);
|
||||
|
||||
|
||||
DVector<Vector3> vertices = nm.navmesh->get_vertices();
|
||||
int len = vertices.size();
|
||||
if (len == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue