1
0
Fork 0
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 with
15e8f0b53c making this check invalid.
This commit is contained in:
elsid 2022-12-23 19:26:10 +01:00
parent 14afde4689
commit 0b399a9d1a
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -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);
} }
} }