small change
This commit is contained in:
parent
3e434cc50d
commit
ea49e8a362
1 changed files with 2 additions and 2 deletions
|
|
@ -568,7 +568,7 @@ namespace Raylib
|
||||||
public Color color;
|
public Color color;
|
||||||
public float value;
|
public float value;
|
||||||
}
|
}
|
||||||
public unsafe struct FixedMaterials
|
public unsafe struct _MaterialMap_e_FixedBuffer
|
||||||
{
|
{
|
||||||
|
|
||||||
public MaterialMap maps0;
|
public MaterialMap maps0;
|
||||||
|
|
@ -602,7 +602,7 @@ namespace Raylib
|
||||||
|
|
||||||
public Shader shader;
|
public Shader shader;
|
||||||
|
|
||||||
public FixedMaterials maps;
|
public _MaterialMap_e_FixedBuffer maps;
|
||||||
|
|
||||||
public IntPtr param;
|
public IntPtr param;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue