Skip to content

Commit 825d8f0

Browse files
Remove third party linter references
Co-authored-by: A Thousand Ships <[email protected]>
1 parent 4101a54 commit 825d8f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2d/navigation_astar_hexagonal/debug/debug_astar.gd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ func _draw_costs():
107107
for id_con in map.astar_node.get_point_connections(id):
108108
var position_cost_start = map.astar_node.get_point_position(id)
109109
var position_cost_end = map.astar_node.get_point_position(id_con)
110-
# gdlint: disable=private-method-call
111110
var cost = map.astar_node._compute_cost(id, id_con)
112-
# gdlint: enable=private-method-call
113111
draw_string(
114112
_font,
115113
(position_cost_start + position_cost_end) / 2.0,

0 commit comments

Comments
 (0)