From ea49e8a362ff2f749899a2a9358fdb4104c049b7 Mon Sep 17 00:00:00 2001 From: msmshazan Date: Mon, 15 Oct 2018 16:32:15 +0530 Subject: [PATCH] small change --- Bindings/Raylib.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }