mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-19 17:01:46 +00:00
Actually null the pointer
This commit is contained in:
parent
4fb4e18594
commit
81165facf2
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ void FDynamicLight::UnlinkLight ()
|
|||
}
|
||||
}
|
||||
delete touchlists;
|
||||
touchlists = nullptr;
|
||||
shadowmapped = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue