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

Update LoggingUtils and Material

This commit is contained in:
Rgebee 2021-11-28 18:10:00 +00:00
commit bb535732cd
2 changed files with 8 additions and 9 deletions

View file

@ -86,6 +86,6 @@ namespace Raylib_cs
/// <summary>
/// Material generic parameters (if required)
/// </summary>
public float *param;
public fixed float param[4];
}
}