Fix #5405
This commit is contained in:
parent
d74556d35c
commit
cbe31759ab
1 changed files with 5 additions and 2 deletions
|
|
@ -132,6 +132,9 @@
|
|||
#ifndef MAX_MESH_VERTEX_BUFFERS
|
||||
#define MAX_MESH_VERTEX_BUFFERS 9 // Maximum vertex buffers (VBO) per mesh
|
||||
#endif
|
||||
#ifndef MAX_FILEPATH_LENGTH
|
||||
#define MAX_FILEPATH_LENGTH 4096 // Maximum length for filepaths (Linux PATH_MAX default value)
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue