Hopefully fix issues with EMBLEM lights

This commit is contained in:
Agent X 2024-07-09 15:39:26 -04:00
parent e953fb3bf3
commit c0c2352617
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
#define RATIO_Y (gfx_current_dimensions.height / (2.0f * HALF_SCREEN_HEIGHT)) #define RATIO_Y (gfx_current_dimensions.height / (2.0f * HALF_SCREEN_HEIGHT))
#define MAX_BUFFERED 256 #define MAX_BUFFERED 256
#define MAX_LIGHTS 16 #define MAX_LIGHTS 18
#define MAX_VERTICES 64 #define MAX_VERTICES 64
# define MAX_CACHED_TEXTURES 4096 // for preloading purposes # define MAX_CACHED_TEXTURES 4096 // for preloading purposes