2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Update LoggingUtils and Material

This commit is contained in:
2021-11-28 18:10:00 +00:00
parent 340bfa288d
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];
}
}