Skip to content

Commit 1078bfe

Browse files
authored
Tiny linting on DetourNavMesh.cpp (recastnavigation#786)
1 parent e625531 commit 1078bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detour/Source/DetourNavMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ int dtNavMesh::findConnectingPolys(const float* va, const float* vb,
336336
continue;
337337

338338
// Check if the segments touch.
339-
calcSlabEndPoints(vc,vd, bmin,bmax, side);
339+
calcSlabEndPoints(vc, vd, bmin, bmax, side);
340340

341341
if (!overlapSlabs(amin,amax, bmin,bmax, 0.01f, tile->header->walkableClimb)) continue;
342342

0 commit comments

Comments
 (0)