Whoops, switched these for no reason

This commit is contained in:
kaysrishaq 2020-06-08 06:30:01 -04:00
parent cad1f57b1e
commit c74a607c54
1 changed files with 2 additions and 2 deletions

View File

@ -2716,9 +2716,9 @@ static void DrawModelEx(model_t *model, INT32 frameIndex, INT32 duration, INT32
{
boolean reversecull = (flipped ^ hflipped ^ pos->flip ^ pos->mirror);
if (reversecull)
pglCullFace(GL_BACK);
else
pglCullFace(GL_FRONT);
else
pglCullFace(GL_BACK);
}
#else
// pos->flip is if the screen is flipped too