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 committed Aug 29, 2024
1 parent a1fe522 commit 00d60d0
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 @@ -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;
Expand Down

0 comments on commit 00d60d0

Please sign in to comment.