mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Whoops, switched these for no reason
This commit is contained in:
parent
6f859fd44d
commit
18281fd511
1 changed files with 2 additions and 2 deletions
|
|
@ -2716,9 +2716,9 @@ static void DrawModelEx(model_t *model, INT32 frameIndex, INT32 duration, INT32
|
||||||
{
|
{
|
||||||
boolean reversecull = (flipped ^ hflipped ^ pos->flip ^ pos->mirror);
|
boolean reversecull = (flipped ^ hflipped ^ pos->flip ^ pos->mirror);
|
||||||
if (reversecull)
|
if (reversecull)
|
||||||
pglCullFace(GL_BACK);
|
|
||||||
else
|
|
||||||
pglCullFace(GL_FRONT);
|
pglCullFace(GL_FRONT);
|
||||||
|
else
|
||||||
|
pglCullFace(GL_BACK);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
// pos->flip is if the screen is flipped too
|
// pos->flip is if the screen is flipped too
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue