diff options
Diffstat (limited to 'azalea-entity/src/dimensions.rs')
| -rwxr-xr-x | azalea-entity/src/dimensions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
