Rename RayHitInfo to RayCollision
This struct was renamed by upstream a while ago:
1c5de9721a
This commit is contained in:
parent
3a7b9f0009
commit
7ee4eb953d
1 changed files with 2 additions and 2 deletions
|
|
@ -323,10 +323,10 @@ pub const Ray = extern struct {
|
|||
direction: Vector3,
|
||||
};
|
||||
|
||||
pub const RayHitInfo = extern struct {
|
||||
pub const RayCollision = extern struct {
|
||||
hit: bool,
|
||||
distance: f32,
|
||||
position: Vector3,
|
||||
point: Vector3,
|
||||
normal: Vector3,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue