diff options
| author | mat <git@matdoes.dev> | 2023-08-25 02:34:31 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-25 02:34:31 -0500 |
| commit | d5465cd28e43d48b3e913fdb1161eb907e4d80d0 (patch) | |
| tree | b0962ac1bd09b434c67296c038ef3b26245ce6d7 /azalea-entity/src/dimensions.rs | |
| parent | 9c31f8033f006d5f505ce97e359638d6c1136859 (diff) | |
| download | azalea-drasl-d5465cd28e43d48b3e913fdb1161eb907e4d80d0.tar.xz | |
add basic pathfinding test
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, |
