Increase GFX_MAX_SHADERS to 24

This commit is contained in:
twinaphex 2015-06-22 21:12:25 +02:00
parent 682867b9a1
commit d78437b5a0

View File

@ -27,7 +27,7 @@ extern "C" {
#endif
#ifndef GFX_MAX_SHADERS
#define GFX_MAX_SHADERS 16
#define GFX_MAX_SHADERS 24
#endif
#ifndef GFX_MAX_TEXTURES