Skip to content

Commit

Permalink
OpenGL2: Increase flare limit to match opengl1
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman authored and mgerhardy committed Aug 31, 2024
1 parent 727c07b commit f5ca190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/renderergl2/tr_flares.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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;
Expand Down

0 comments on commit f5ca190

Please sign in to comment.