diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-21 18:06:22 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-21 18:06:22 +0100 |
commit | b65b0e22387b3cf73ad4bfcaf65a10452647ce17 (patch) | |
tree | cf24a8a03e4ef7648d1dce90f5cafdb4fd833c12 /editor/tests | |
parent | 75503e5b7ff9def4325db3ca9524f78e06fc352c (diff) |
w
Diffstat (limited to 'editor/tests')
-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; |