parent
98696b4c06
commit
83d9071269
|
|
@ -221,6 +221,11 @@ ProcessEntity(mapentity_t *entity, const int hullnum)
|
||||||
}
|
}
|
||||||
FreeAllPortals(nodes);
|
FreeAllPortals(nodes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// bmodels
|
||||||
|
if (entity != pWorldEnt()) {
|
||||||
|
TJunc(entity, nodes);
|
||||||
|
}
|
||||||
|
|
||||||
// convert detail leafs to solid (in case we didn't make the call above)
|
// convert detail leafs to solid (in case we didn't make the call above)
|
||||||
DetailToSolid(nodes);
|
DetailToSolid(nodes);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue