From 5ec2c28109b9c4e17546f03e80508e0ef960fc77 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 16 Jan 2026 23:45:08 -0845 Subject: move NodeMap to a module --- azalea/benches/pathfinder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/benches') diff --git a/azalea/benches/pathfinder.rs b/azalea/benches/pathfinder.rs index 9f8d2c34..5c06474b 100644 --- a/azalea/benches/pathfinder.rs +++ b/azalea/benches/pathfinder.rs @@ -3,7 +3,7 @@ use std::{hint::black_box, sync::Arc, time::Duration}; use azalea::{ BlockPos, pathfinder::{ - astar::{self, PathfinderTimeout, WeightedNode, a_star}, + astar::{self, PathfinderTimeout, a_star, heap::WeightedNode}, custom_state::CustomPathfinderStateRef, goals::{BlockPosGoal, Goal}, mining::MiningCache, -- cgit v1.2.3