From fefc5db09a3e2d4453d63edad0f71e93bbb98029 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 19 Apr 2025 21:09:38 +0300 Subject: make azalea::pathfinder::debug public --- azalea/src/pathfinder/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea/src/pathfinder/mod.rs') diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index f481350b..c747ef67 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -4,7 +4,7 @@ pub mod astar; pub mod costs; -mod debug; +pub mod debug; pub mod goals; pub mod mining; pub mod moves; @@ -43,7 +43,6 @@ use rel_block_pos::RelBlockPos; use tokio::sync::broadcast::error::RecvError; use tracing::{debug, error, info, trace, warn}; -pub use self::debug::PathfinderDebugParticles; use self::debug::debug_render_path_with_particles; use self::goals::Goal; use self::mining::MiningCache; -- cgit v1.2.3