mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 15:31:02 +00:00
Merge branch 'fnodebuilder_new_delete_fix' of https://github.com/edward-san/zdoom
This commit is contained in:
commit
d7e81d2cb4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ FNodeBuilder::~FNodeBuilder()
|
||||||
}
|
}
|
||||||
if (OldVertexTable != NULL)
|
if (OldVertexTable != NULL)
|
||||||
{
|
{
|
||||||
delete OldVertexTable;
|
delete[] OldVertexTable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue