fix: Fixes region child level (#1508)

This commit is contained in:
Kamron Batman 2023-09-19 10:35:50 -07:00 • committed by GitHub
parent 2a3e048b86
commit 38557342f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 35 deletions

View file

@ -125,6 +125,7 @@ public class Sector
if (regRect.Region == region)
{
m_RegionRects.RemoveAt(i);
break;
}
}