More newline and whitespace cleanups
This commit is contained in:
@@ -137,7 +137,7 @@ void voodoo_triangle_setup(voodoo_t *voodoo)
|
||||
{
|
||||
int cull_sign = voodoo->sSetupMode & SETUPMODE_CULLING_SIGN;
|
||||
int sign = (area < 0.0);
|
||||
|
||||
|
||||
if ((voodoo->sSetupMode & (SETUPMODE_CULLING_ENABLE | SETUPMODE_DISABLE_PINGPONG))
|
||||
== SETUPMODE_CULLING_ENABLE && voodoo->cull_pingpong)
|
||||
cull_sign = !cull_sign;
|
||||
|
||||
Reference in New Issue
Block a user