re-enable the break to speed up vis

This commit is contained in:
Bill Currie 2002-09-22 04:17:30 +00:00
parent c57b395a0f
commit a751e39674
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ ClipToSeparators (winding_t *source, winding_t *pass, winding_t *target,
target = ClipWinding (target, &plane, false);
if (!target)
return NULL; // target is not visible
//break; //XXX is this correct? big speedup
break; //XXX is this correct? big speedup
}
}
return target;