mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
small change
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user