mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- the global portal data table also needs to be protected.
This commit is contained in:
parent
cf8447d19c
commit
8b4c74fad8
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,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