From 216eedcdcdcbf0632f597e5a775ef23c03291170 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 3 Apr 2026 01:28:04 +0500 Subject: [PATCH] ref: gl: better wording about backface culling goldsrc bug [skip ci] --- ref/gl/gl_studio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref/gl/gl_studio.c b/ref/gl/gl_studio.c index c5a2b05e..e845df2c 100644 --- a/ref/gl/gl_studio.c +++ b/ref/gl/gl_studio.c @@ -2342,7 +2342,7 @@ static void R_StudioDrawPoints( void ) // backface culling for left-handed weapons // // there is a bug in GoldSrc that sets backface culling to GL_FRONT - // but doesn't check OpenGL state. This allows mod developers to disable + // but doesn't enable OpenGL GL_CULL_FACE. This allows mod developers to disable // backface culling through TriAPI call // // see https://github.com/FWGS/xash3d-fwgs/issues/2517