ref: gl: make g_posenum in alias renderer static
This commit is contained in:
parent
d041b2aa27
commit
5c0c1b1226
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static int g_used[8192];
|
|||
|
||||
// a pose is a single set of vertexes. a frame may be
|
||||
// an animating sequence of poses
|
||||
int g_posenum;
|
||||
static int g_posenum;
|
||||
|
||||
// the command list holds counts and s/t values that are valid for
|
||||
// every frame
|
||||
|
|
Loading…
Add table
Reference in a new issue