Fix btsx e1 map01 crash
This commit is contained in:
parent
20de33b418
commit
5e7b9e35c9
1 changed files with 3 additions and 3 deletions
|
|
@ -33,9 +33,9 @@ struct SectorVertexOrigin
|
|||
{
|
||||
SectorVertexOrigin() = default;
|
||||
SectorVertexOrigin(subsector_t* sub, int plane, int lightmapSlot) : sub(sub), plane(plane), lightmapSlot(lightmapSlot) { }
|
||||
subsector_t* sub;
|
||||
int plane;
|
||||
int lightmapSlot;
|
||||
subsector_t* sub = nullptr;
|
||||
int plane = 0;
|
||||
int lightmapSlot = 0;
|
||||
};
|
||||
|
||||
static TArray<SectorVertexOrigin> sector_origins;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue