From 75503e5b7ff9def4325db3ca9524f78e06fc352c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 21 Mar 2024 18:05:31 +0100 Subject: d --- editor/tests/pathfinding.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor') 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 -- cgit v1.2.3