Fix invisible offsetmapfloors overwriting

This commit is contained in:
JappaWakka 2022-12-19 06:08:31 +01:00
parent 96f9c056b1
commit cef17ea173
1 changed files with 3 additions and 1 deletions

View File

@ -433,7 +433,9 @@
entList.Add(Screen.Level.OffsetmapEntities(i))
Next
For i = offsetFloorCount To Screen.Level.OffsetmapFloors.Count - 1
If Screen.Level.OffsetmapFloors(i).Visible = True Then
floorList.Add(Screen.Level.OffsetmapFloors(i))
End If
Next
mapList.AddRange({entList, floorList})