mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
re-enable the break to speed up vis
This commit is contained in:
parent
c57b395a0f
commit
a751e39674
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue