mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
[qfvis] Reset portal status after base vis
This fixes the mightsee updates never occurring, but it doesn't make a huge difference (though I suppose it might have back in the 90s, or with a different map).
This commit is contained in:
parent
0fa65be106
commit
9f42943589
1 changed files with 3 additions and 0 deletions
|
@ -935,6 +935,9 @@ CalcVis (void)
|
|||
|
||||
printf ("Thread count: %d\n", options.threads);
|
||||
BasePortalVis ();
|
||||
for (i = 0; i < 2 * numportals; i++) {
|
||||
portals[i].status = stat_none;
|
||||
}
|
||||
CalcPortalVis ();
|
||||
|
||||
// assemble the leaf vis lists by oring and compressing the portal lists
|
||||
|
|
Loading…
Reference in a new issue