Missing bracket

This commit is contained in:
Alex 2020-02-24 15:00:12 -08:00 committed by GitHub
parent 92638504db
commit 0ffb5c46a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ IPathfinder::IPath PathfinderNavmesh::FindPath(const glm::vec3 &start, const glm
auto dist = DistanceSquared(epos, current_location);
if (dist < 10000.0f) {
stuck = true;
}
}
int n_straight_polys;