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/examples/testbot/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples/testbot') diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs index 683a98d7..c25904cf 100644 --- a/azalea/examples/testbot/main.rs +++ b/azalea/examples/testbot/main.rs @@ -32,7 +32,7 @@ use std::{sync::Arc, thread}; use azalea::ClientInformation; use azalea::brigadier::command_dispatcher::CommandDispatcher; use azalea::ecs::prelude::*; -use azalea::pathfinder::PathfinderDebugParticles; +use azalea::pathfinder::debug::PathfinderDebugParticles; use azalea::prelude::*; use azalea::swarm::prelude::*; use commands::{CommandSource, register_commands}; -- cgit v1.2.3