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

Fix typo in Transform struct summary (#289)

This commit is contained in:
Chadderbox 2025-01-18 08:35:11 +00:00 committed by GitHub
parent 7026f28766
commit ecb5528fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
namespace Raylib_cs;
/// <summary>
/// Transform, vectex transformation data
/// Transform, vertex transformation data
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public partial struct Transform