mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-09 23:01:51 +00:00
OpenGL2: Increase flare limit to match opengl1
This commit is contained in:
parent
a1fe522d3d
commit
00d60d05c4
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…
Reference in a new issue