ref: gl: better wording about backface culling goldsrc bug [skip ci]

This commit is contained in:
Alibek Omarov
2026-04-03 01:28:04 +05:00
parent fd55716633
commit 216eedcdcd

View File

@@ -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