aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-08-31 20:11:34 +0000
committerUbuntu <github@matdoes.dev>2022-08-31 20:11:34 +0000
commite0cbf68df1903aafaa5a08b7c167465849e093a0 (patch)
treed3d89b26aacbb86cbacee27b5422d38ad9e0ceb5 /azalea-core/src
parent4678327848738e6b58a793321382b6ee0b528866 (diff)
downloadazalea-drasl-e0cbf68df1903aafaa5a08b7c167465849e093a0.tar.xz
test gravity
Diffstat (limited to 'azalea-core/src')
-rw-r--r--azalea-core/src/position.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs
index d0931a39..7451bc14 100644
--- a/azalea-core/src/position.rs
+++ b/azalea-core/src/position.rs
@@ -181,7 +181,7 @@ pub struct GlobalPos {
}
/// An exact point in the world.
-#[derive(Debug, Clone, Copy, Default)]
+#[derive(Debug, Clone, Copy, Default, PartialEq)]
pub struct Vec3 {
pub x: f64,
pub y: f64,