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

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:
Meatcorps 2026-05-21 19:03:53 +02:00
commit 0311272002
4 changed files with 4 additions and 9 deletions

View file

@ -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>