mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
bring in rvis' speedup. I won't pretend to understand what's going on, so
it's tagged :)
This commit is contained in:
parent
17a71cc151
commit
beb6219072
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ qboolean flipclip)
|
|||
target = ClipWinding (target, &plane, false);
|
||||
if (!target)
|
||||
return NULL; // target is not visible
|
||||
break; //XXX is this correct? big speedup
|
||||
}
|
||||
}
|
||||
return target;
|
||||
|
|
Loading…
Reference in a new issue