Actually null the pointer

This commit is contained in:
Gene 2025-04-07 00:13:11 -07:00
parent 4fb4e18594
commit 81165facf2

View file

@ -713,6 +713,7 @@ void FDynamicLight::UnlinkLight ()
}
}
delete touchlists;
touchlists = nullptr;
shadowmapped = false;
}