2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Fix Transform.rotation use Vector4 instead of Quaternion (#158)

This commit is contained in:
MrScautHD 2023-06-29 19:17:02 +02:00 committed by GitHub
parent 019b7f2ced
commit a545ce3506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ namespace Raylib_cs
/// <summary>
/// Rotation
/// </summary>
public Vector4 rotation;
public Quaternion rotation;
/// <summary>
/// Scale