mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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++) {
|
||||
if (j == i)
|
||||
continue;
|
||||
portals[i]->winding =
|
||||
ClipWinding (portals[i]->winding, &bplanes[j], true);
|
||||
portals[i]->winding = ClipWinding (portals[i]->winding,
|
||||
&bplanes[j], true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue