mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
ref_gl: gl_triapi: fixed culling enum in TriCullFace (#522)
This commit is contained in:
@@ -338,7 +338,7 @@ void TriCullFace( TRICULLSTYLE mode )
|
||||
break;
|
||||
}
|
||||
|
||||
GL_Cull( mode );
|
||||
GL_Cull( glMode );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user