mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Fix typo in Transform struct summary (#289)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user