mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-26 22:40:25 +00:00
Fix detournavigator tests
d40c09c18c
changed the logic in parallel with15e8f0b53c
making this check invalid.
This commit is contained in:
parent
14afde4689
commit
0b399a9d1a
1 changed files with 1 additions and 1 deletions
|
@ -1226,6 +1226,6 @@ namespace
|
||||||
|
|
||||||
EXPECT_EQ(
|
EXPECT_EQ(
|
||||||
findPath(*mNavigator, agentBounds, mStepSize, mStart, mEnd, Flag_walk, mAreaCosts, mEndTolerance, mOut),
|
findPath(*mNavigator, agentBounds, mStepSize, mStart, mEnd, Flag_walk, mAreaCosts, mEndTolerance, mOut),
|
||||||
Status::StartPolygonNotFound);
|
Status::NavMeshNotFound);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue