From 5c0c1b1226fb3aff055dfc7b5a3ed6daab6fc988 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 30 Mar 2024 03:52:50 +0300 Subject: [PATCH] ref: gl: make g_posenum in alias renderer static --- ref/gl/gl_alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref/gl/gl_alias.c b/ref/gl/gl_alias.c index 029d335e..f3a2c323 100644 --- a/ref/gl/gl_alias.c +++ b/ref/gl/gl_alias.c @@ -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