ref: gl: declare VBO globals static
This commit is contained in:
parent
201d9c8f80
commit
dcdca01e86
1 changed files with 2 additions and 2 deletions
|
@ -1855,7 +1855,7 @@ typedef struct vbodecaldata_s
|
|||
// gl_decals.c
|
||||
extern decal_t gDecalPool[MAX_RENDER_DECALS];
|
||||
|
||||
struct vbo_static_s
|
||||
static struct vbo_static_s
|
||||
{
|
||||
// quickly free all allocations on map change
|
||||
poolhandle_t mempool;
|
||||
|
@ -1891,7 +1891,7 @@ struct vbo_static_s
|
|||
qboolean enabled;
|
||||
} vbos;
|
||||
|
||||
struct multitexturestate_s
|
||||
static struct multitexturestate_s
|
||||
{
|
||||
int tmu_gl; // texture tmu
|
||||
int tmu_dt; // detail tmu
|
||||
|
|
Loading…
Add table
Reference in a new issue