Merge pull request #6969 from yuraiz/rl-fix

fix: delete FilePathList.capacity field from the raylib bindings
This commit is contained in:
Jeroen van Rijn
2026-07-07 12:32:47 +02:00
committed by GitHub

View File

@@ -468,7 +468,6 @@ VrStereoConfig :: struct #align(4) {
// File path list
FilePathList :: struct {
capacity: c.uint, // Filepaths max entries
count: c.uint, // Filepaths entries count
paths: [^]cstring, // Filepaths entries
}