mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-01 09:22:40 +00:00
OpenGL2: Increase flare limit to match opengl1
This commit is contained in:
parent
a1fe522d3d
commit
e8529f27b2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ typedef struct flare_s {
|
||||||
vec3_t color;
|
vec3_t color;
|
||||||
} flare_t;
|
} flare_t;
|
||||||
|
|
||||||
#define MAX_FLARES 128
|
#define MAX_FLARES 256
|
||||||
|
|
||||||
flare_t r_flareStructs[MAX_FLARES];
|
flare_t r_flareStructs[MAX_FLARES];
|
||||||
flare_t *r_activeFlares, *r_inactiveFlares;
|
flare_t *r_activeFlares, *r_inactiveFlares;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue