Make the max VBO match the animation flag.

This commit is contained in:
Jeffery Myers 2024-09-30 17:35:18 -07:00
parent 0e7bcd5639
commit e938c18dde

View File

@ -237,7 +237,11 @@
// rmodels: Configuration values
//------------------------------------------------------------------------------------
#define MAX_MATERIAL_MAPS 12 // Maximum number of shader maps supported
#ifdef RL_SUPPORT_MESH_ANIMATION_VBO
#define MAX_MESH_VERTEX_BUFFERS 9 // Maximum vertex buffers (VBO) per mesh
#else
#define MAX_MESH_VERTEX_BUFFERS 7 // Maximum vertex buffers (VBO) per mesh
#endif
//------------------------------------------------------------------------------------
// Module: raudio - Configuration Flags