aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/vec_delta_codec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src/vec_delta_codec.rs')
-rw-r--r--azalea-entity/src/vec_delta_codec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/vec_delta_codec.rs b/azalea-entity/src/vec_delta_codec.rs
index 270daff2..5221ec47 100644
--- a/azalea-entity/src/vec_delta_codec.rs
+++ b/azalea-entity/src/vec_delta_codec.rs
@@ -1,6 +1,6 @@
use azalea_core::{delta::PositionDelta8, position::Vec3};
-#[derive(Debug, Clone, Default)]
+#[derive(Clone, Debug, Default)]
pub struct VecDeltaCodec {
base: Vec3,
}