0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 01:11:42 +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:
Bill Currie 2002-09-12 21:11:52 +00:00
parent 17a71cc151
commit beb6219072

View file

@ -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;