mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-12-13 11:26:50 +01:00
Fix Transform.rotation use Vector4 instead of Quaternion (#158)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Raylib_cs
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Rotation
|
/// Rotation
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Vector4 rotation;
|
public Quaternion rotation;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Scale
|
/// Scale
|
||||||
|
|||||||
Reference in New Issue
Block a user