mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 00:11:39 +00:00
world is supposed to be portalized using the "detail" portals
This commit is contained in:
parent
4f33663c8c
commit
9e861128ec
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ ProcessEntity (int entnum)
|
||||||
nodes = SolidBSP (surfs, false);
|
nodes = SolidBSP (surfs, false);
|
||||||
|
|
||||||
// make the real portals for vis tracing
|
// make the real portals for vis tracing
|
||||||
PortalizeWorld (nodes);
|
PortalizeWorldDetail (nodes);
|
||||||
|
|
||||||
// save portal file for vis tracing
|
// save portal file for vis tracing
|
||||||
WritePortalfile (nodes);
|
WritePortalfile (nodes);
|
||||||
|
|
Loading…
Reference in a new issue