Merge branch 'master' into asmjit

This commit is contained in:
Christoph Oelckers 2018-11-25 23:33:23 +01:00
commit 90d79865a5
23 changed files with 232 additions and 184 deletions

View file

@ -1673,6 +1673,7 @@ void subsector_t::BuildPolyBSP()
for (unsigned int i = 0; i < BSP->Subsectors.Size(); ++i)
{
BSP->Subsectors[i].sector = sector;
BSP->Subsectors[i].section = section;
}
}