summaryrefslogtreecommitdiffhomepage
path: root/editor/tests/pathfinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests/pathfinding.cpp')
-rw-r--r--editor/tests/pathfinding.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/tests/pathfinding.cpp b/editor/tests/pathfinding.cpp
index 23c3009e..2e7d34f3 100644
--- a/editor/tests/pathfinding.cpp
+++ b/editor/tests/pathfinding.cpp
@@ -155,7 +155,6 @@ constexpr float step_magnitude(Vector2b vec)
constexpr double cʹ = critter::move_speed * critter::frame_time;
constexpr double dʹ = cʹ / Vector2d{1, 1}.length();
constexpr auto c = (float)cʹ, d = (float)dʹ;
- const auto vecʹ = Vector2(vec);
if (vec.x() * vec.y() != 0)
// diagonal