mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-10 23:27:53 +00:00
ref_gl: gl_triapi: fixed culling enum in TriCullFace (#522)
This commit is contained in:
parent
5d307d603c
commit
9ffc02b6e9
@ -338,7 +338,7 @@ void TriCullFace( TRICULLSTYLE mode )
|
||||
break;
|
||||
}
|
||||
|
||||
GL_Cull( mode );
|
||||
GL_Cull( glMode );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user