mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
fix: delete FilePathList.capacity field from the raylib bindings
This commit is contained in:
1
vendor/raylib/raylib.odin
vendored
1
vendor/raylib/raylib.odin
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user