From d5465cd28e43d48b3e913fdb1161eb907e4d80d0 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 25 Aug 2023 02:34:31 -0500 Subject: add basic pathfinding test --- azalea-entity/src/dimensions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-entity/src/dimensions.rs') diff --git a/azalea-entity/src/dimensions.rs b/azalea-entity/src/dimensions.rs index 1d013d10..ab5a1808 100755 --- a/azalea-entity/src/dimensions.rs +++ b/azalea-entity/src/dimensions.rs @@ -1,6 +1,6 @@ use azalea_core::{Vec3, AABB}; -#[derive(Debug, Default)] +#[derive(Debug, Default, Clone)] pub struct EntityDimensions { pub width: f32, pub height: f32, -- cgit v1.2.3