Fix rlgl standalone defaults (#4334)

This commit is contained in:
Asdqwe 2024-09-21 18:11:40 -03:00 committed by GitHub
parent e5d0cc978a
commit 212b1e5fe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -351,7 +351,7 @@
#define RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEWEIGHTS 7 #define RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEWEIGHTS 7
#endif #endif
#ifndef RL_DEFAULT_SHADER_ATTRIB_LOCATION_INDICES #ifndef RL_DEFAULT_SHADER_ATTRIB_LOCATION_INDICES
#define RL_DEFAULT_SHADER_ATTRIB_LOCATION_INDICES 6 #define RL_DEFAULT_SHADER_ATTRIB_LOCATION_INDICES 8
#endif #endif
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------