From e511ad3c31842fbb3b4d09ba0ea99b8a9caaefb0 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 19 Aug 2023 20:44:04 -0500 Subject: raycasting not raytracing --- azalea-entity/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index bc12e64c..c67817f3 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -229,7 +229,7 @@ pub struct Dead; /// coordinates. /// /// This is used to calculate the camera position for players, when spectating -/// an entity, and when raytracing from the entity. +/// an entity, and when raycasting from the entity. #[derive(Component, Clone, Copy, Debug, PartialEq, Deref, DerefMut)] pub struct EyeHeight(f32); impl From for f32 { -- cgit v1.2.3