diff --git a/Bindings/Raylib.cs b/Bindings/Raylib.cs index 47d1fe3..46e9cf1 100644 --- a/Bindings/Raylib.cs +++ b/Bindings/Raylib.cs @@ -568,7 +568,7 @@ namespace Raylib public Color color; public float value; } - public unsafe struct FixedMaterials + public unsafe struct _MaterialMap_e_FixedBuffer { public MaterialMap maps0; @@ -602,7 +602,7 @@ namespace Raylib public Shader shader; - public FixedMaterials maps; + public _MaterialMap_e_FixedBuffer maps; public IntPtr param; }