From b65b0e22387b3cf73ad4bfcaf65a10452647ce17 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 21 Mar 2024 18:06:22 +0100 Subject: w --- editor/tests/pathfinding.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor/tests') 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; -- cgit v1.2.3