1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #57729 from TechnoPorg/astar-fix-invalid-include

Remove a cross include from a_star.cpp
This commit is contained in:
Rémi Verschelde
2022-02-07 00:35:42 +01:00
committed by GitHub

View File

@@ -32,7 +32,6 @@
#include "core/math/geometry_3d.h"
#include "core/object/script_language.h"
#include "scene/scene_string_names.h"
int AStar::get_available_point_id() const {
if (points.has(last_free_id)) {