mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
fixed style
This commit is contained in:
@@ -25,6 +25,6 @@ namespace omath::pathfinding
|
||||
|
||||
[[nodiscard]]
|
||||
static auto get_perfect_node(const std::unordered_map<Vector3<float>, PathNode>& open_list,
|
||||
const Vector3<float>& endVertex);
|
||||
const Vector3<float>& end_vertex);
|
||||
};
|
||||
} // namespace omath::pathfinding
|
||||
|
||||
Reference in New Issue
Block a user