Fix Transform.rotation use Vector4 instead of Quaternion
This commit is contained in:
parent
ccf31c38e1
commit
9a1a92fc76
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace Raylib_cs
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Rotation
|
/// Rotation
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Vector4 rotation;
|
public Quaternion rotation;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Scale
|
/// Scale
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue