mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-25 14:24:45 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
GL_Cull( mode );
|
GL_Cull( glMode );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user