diff options
Diffstat (limited to 'editor/tests/pathfinding.cpp')
-rw-r--r-- | editor/tests/pathfinding.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/tests/pathfinding.cpp b/editor/tests/pathfinding.cpp index 2e7d34f3..b1231be4 100644 --- a/editor/tests/pathfinding.cpp +++ b/editor/tests/pathfinding.cpp @@ -239,8 +239,7 @@ void pf_test::update_pre(app& a, const Ns& dt) } const auto step = next_step(from, current.dest); Debug{} << "step" << step.direction << step.count; - // TODO - //C.set_keys_auto(); + C.set_keys_auto(); if (step.direction == Vector2b{}) { ok = false; |