We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4101a54 commit 825d8f0Copy full SHA for 825d8f0
2d/navigation_astar_hexagonal/debug/debug_astar.gd
@@ -107,9 +107,7 @@ func _draw_costs():
107
for id_con in map.astar_node.get_point_connections(id):
108
var position_cost_start = map.astar_node.get_point_position(id)
109
var position_cost_end = map.astar_node.get_point_position(id_con)
110
- # gdlint: disable=private-method-call
111
var cost = map.astar_node._compute_cost(id, id_con)
112
- # gdlint: enable=private-method-call
113
draw_string(
114
_font,
115
(position_cost_start + position_cost_end) / 2.0,
0 commit comments