mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-27 22:42:29 +00:00
- fixed portal counting.
This was creating a large number of unused portal groups.
This commit is contained in:
parent
b73d6e42af
commit
0040b272ed
1 changed files with 1 additions and 0 deletions
|
@ -955,6 +955,7 @@ void P_CreateLinkedPortals()
|
|||
}
|
||||
}
|
||||
}
|
||||
id = 1;
|
||||
if (orgs.Size() != 0)
|
||||
{
|
||||
for (int i = 0; i < numsectors; i++)
|
||||
|
|
Loading…
Reference in a new issue