summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-21 18:06:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-21 18:06:22 +0100
commitb65b0e22387b3cf73ad4bfcaf65a10452647ce17 (patch)
treecf24a8a03e4ef7648d1dce90f5cafdb4fd833c12 /editor/tests
parent75503e5b7ff9def4325db3ca9524f78e06fc352c (diff)
w
Diffstat (limited to 'editor/tests')
-rw-r--r--editor/tests/pathfinding.cpp3
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;