Update to raylib 5.5 (#279)
This commit is contained in:
parent
7b5b322a5b
commit
a3dfd57b5a
23 changed files with 504 additions and 124 deletions
|
|
@ -15,7 +15,7 @@ public partial struct Ray
|
|||
public Vector3 Position;
|
||||
|
||||
/// <summary>
|
||||
/// Ray direction
|
||||
/// Ray direction (normalized)
|
||||
/// </summary>
|
||||
public Vector3 Direction;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue