[rlgl] Fix rlgl standalone defaults (#4357)

* Fix rlgl standalone defaults

* Fix rmodels
This commit is contained in:
Asdqwe
2024-10-02 06:41:21 -03:00
committed by GitHub
parent 09987b01cc
commit 96d91a3892
2 changed files with 3 additions and 3 deletions

View File

@@ -348,7 +348,7 @@
#define RL_DEFAULT_SHADER_ATTRIB_LOCATION_INDICES 6
#endif
#ifdef RL_SUPPORT_MESH_ANIMATION_VBO
#ifdef RL_SUPPORT_MESH_GPU_SKINNING
#ifndef RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEIDS
#define RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEIDS 7
#endif