diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-22 04:16:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-22 04:17:20 +0100 |
commit | 83b406546a3129c6091f8a4cbcadd6d829298c21 (patch) | |
tree | 705fd2ca7311068420dd9fb062551d498b8f248d /editor | |
parent | 7edff9213893164ab14580791a4172eb13c9614a (diff) |
d
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/pathfinding.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/tests/pathfinding.cpp b/editor/tests/pathfinding.cpp index b33a71c0..c999d22e 100644 --- a/editor/tests/pathfinding.cpp +++ b/editor/tests/pathfinding.cpp @@ -55,11 +55,6 @@ constexpr step_s next_stepʹ(Vector2i vec_in) } } -struct result_s -{ - bool has_value : 1 = false; -}; - struct pending_s { point dest; |