ref_gl: gl_triapi: fixed culling enum in TriCullFace (#522)
This commit is contained in:
parent
5d307d603c
commit
9ffc02b6e9
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void TriCullFace( TRICULLSTYLE mode )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
GL_Cull( mode );
|
GL_Cull( glMode );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue