started removing KLib related code:
- assertions - distributions new helper methods worked on stairs worked on grid-walkers worked on navigation
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
*/
|
||||
template <typename T, typename Walker> static GridWalkState<T> retryOrInvert(Walker& w, const int numRetries, Grid<T>& grid, GridWalkState<T> start, float distance_m) {
|
||||
|
||||
_assertTrue(distance_m >= 0, "distance must not be negative!");
|
||||
Assert::isTrue(distance_m >= 0, "distance must not be negative!");
|
||||
|
||||
GridWalkState<T> res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user