Fix detournavigator tests

d40c09c18c changed the logic in parallel with
15e8f0b53c making this check invalid.
iwyu_full
elsid 2 years ago
parent 14afde4689
commit 0b399a9d1a
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -1226,6 +1226,6 @@ namespace
EXPECT_EQ(
findPath(*mNavigator, agentBounds, mStepSize, mStart, mEnd, Flag_walk, mAreaCosts, mEndTolerance, mOut),
Status::StartPolygonNotFound);
Status::NavMeshNotFound);
}
}

Loading…
Cancel
Save