ref: gl: make g_posenum in alias renderer static

This commit is contained in:
Alibek Omarov 2024-03-30 03:52:50 +03:00
parent d041b2aa27
commit 5c0c1b1226

View file

@ -59,7 +59,7 @@ static int g_used[8192];
// a pose is a single set of vertexes. a frame may be // a pose is a single set of vertexes. a frame may be
// an animating sequence of poses // 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 // the command list holds counts and s/t values that are valid for
// every frame // every frame