mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 15:31:33 +00:00
Missing bracket
This commit is contained in:
parent
92638504db
commit
0ffb5c46a5
@ -183,6 +183,7 @@ IPathfinder::IPath PathfinderNavmesh::FindPath(const glm::vec3 &start, const glm
|
|||||||
auto dist = DistanceSquared(epos, current_location);
|
auto dist = DistanceSquared(epos, current_location);
|
||||||
if (dist < 10000.0f) {
|
if (dist < 10000.0f) {
|
||||||
stuck = true;
|
stuck = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int n_straight_polys;
|
int n_straight_polys;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user