whitespace

This commit is contained in:
Bill Currie 2004-01-12 01:49:27 +00:00
parent 440e03374e
commit 33e80fb595

View file

@ -137,8 +137,8 @@ MakeHeadnodePortals (node_t *node)
for (j = 0; j < 6; j++) {
if (j == i)
continue;
portals[i]->winding =
ClipWinding (portals[i]->winding, &bplanes[j], true);
portals[i]->winding = ClipWinding (portals[i]->winding,
&bplanes[j], true);
}
}
}