Update LoggingUtils and Material
This commit is contained in:
parent
340bfa288d
commit
bb535732cd
2 changed files with 8 additions and 9 deletions
|
|
@ -86,6 +86,6 @@ namespace Raylib_cs
|
|||
/// <summary>
|
||||
/// Material generic parameters (if required)
|
||||
/// </summary>
|
||||
public float *param;
|
||||
public fixed float param[4];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue