OpenGL2: Increase flare limit to match opengl1

This commit is contained in:
Zack Middleton 2024-08-29 15:03:27 -05:00
parent a1fe522d3d
commit 00d60d05c4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ typedef struct flare_s {
vec3_t color;
} flare_t;
#define MAX_FLARES 128
#define MAX_FLARES 256
flare_t r_flareStructs[MAX_FLARES];
flare_t *r_activeFlares, *r_inactiveFlares;