aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/aabb.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-core/src/aabb.rs')
-rw-r--r--azalea-core/src/aabb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/src/aabb.rs b/azalea-core/src/aabb.rs
index 6796e79c..42ae797d 100644
--- a/azalea-core/src/aabb.rs
+++ b/azalea-core/src/aabb.rs
@@ -1,6 +1,6 @@
use crate::{
- block_hit_result::BlockHitResult,
direction::{Axis, Direction},
+ hit_result::BlockHitResult,
math::EPSILON,
position::{BlockPos, Vec3},
};