Watch
2
0
Fork
You've already forked raylib-cs
0

small change

This commit is contained in:
msmshazan 2018-10-15 16:32:15 +05:30
commit 4267707d51

View file

@ -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;
}