From 4267707d51910278a9ce9206ad78581928a3898c 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; }