OpenGL2: Fix face culling.
This commit is contained in:
parent
fd23249357
commit
8c7fedb1fe
2 changed files with 2 additions and 3 deletions
|
@ -538,9 +538,6 @@ void RB_BeginDrawingView (void) {
|
|||
backEnd.isHyperspace = qfalse;
|
||||
}
|
||||
|
||||
glState.faceCulling = -1; // force face culling to set next time
|
||||
glState.faceCullFront = -1; // same as above
|
||||
|
||||
// we will only draw a sun if there was sky rendered in this view
|
||||
backEnd.skyRenderedThisView = qfalse;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue