mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'maint' of https://github.com/edward-san/zdoom into maint
This commit is contained in:
commit
a13af5cc65
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void FTextureManager::DeleteAll()
|
||||||
{
|
{
|
||||||
if (mAnimatedDoors[i].TextureFrames != NULL)
|
if (mAnimatedDoors[i].TextureFrames != NULL)
|
||||||
{
|
{
|
||||||
delete mAnimatedDoors[i].TextureFrames;
|
delete[] mAnimatedDoors[i].TextureFrames;
|
||||||
mAnimatedDoors[i].TextureFrames = NULL;
|
mAnimatedDoors[i].TextureFrames = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue