Updated shader colors, adjusted car model scale, disabled HDR in SkyboxDemo, and fixed camera mode assignment. Removed unused Capacity field in FilePathList struct.
This commit is contained in:
parent
4ae506033d
commit
0311272002
4 changed files with 4 additions and 9 deletions
|
|
@ -9,11 +9,6 @@ namespace Raylib_cs;
|
|||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe struct FilePathList
|
||||
{
|
||||
/// <summary>
|
||||
/// Filepaths max entries
|
||||
/// </summary>
|
||||
public uint Capacity;
|
||||
|
||||
/// <summary>
|
||||
/// Filepaths entries count
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue