From e0cbf68df1903aafaa5a08b7c167465849e093a0 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 31 Aug 2022 20:11:34 +0000 Subject: test gravity --- azalea-core/src/position.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src') 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, -- cgit v1.2.3