mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
whitespace
This commit is contained in:
parent
440e03374e
commit
33e80fb595
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ MakeHeadnodePortals (node_t *node)
|
||||||
for (j = 0; j < 6; j++) {
|
for (j = 0; j < 6; j++) {
|
||||||
if (j == i)
|
if (j == i)
|
||||||
continue;
|
continue;
|
||||||
portals[i]->winding =
|
portals[i]->winding = ClipWinding (portals[i]->winding,
|
||||||
ClipWinding (portals[i]->winding, &bplanes[j], true);
|
&bplanes[j], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue