From 9a1a92fc76d2a94f4e6bbd38dd238a6267f17955 Mon Sep 17 00:00:00 2001 From: MrScautHD Date: Sat, 17 Jun 2023 16:12:12 +0200 Subject: [PATCH] Fix Transform.rotation use Vector4 instead of Quaternion --- Raylib-cs/types/Transform.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs/types/Transform.cs b/Raylib-cs/types/Transform.cs index 7d53b09..c38988c 100644 --- a/Raylib-cs/types/Transform.cs +++ b/Raylib-cs/types/Transform.cs @@ -17,7 +17,7 @@ namespace Raylib_cs /// /// Rotation /// - public Vector4 rotation; + public Quaternion rotation; /// /// Scale