mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- the global portal data table also needs to be protected.
(cherry picked from commit 8b4c74fad8
)
This commit is contained in:
parent
148353ab25
commit
bfe87b75ad
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ struct LevelLocals native
|
|||
native Array<@Line> Lines;
|
||||
native Array<@Side> Sides;
|
||||
native readonly Array<@Vertex> Vertexes;
|
||||
native Array<@SectorPortal> SectorPortals;
|
||||
native internal Array<@SectorPortal> SectorPortals;
|
||||
|
||||
native readonly int time;
|
||||
native readonly int maptime;
|
||||
|
|
Loading…
Reference in a new issue