DarkRadiant: master c5deae25

Author Committer Branch Timestamp Parent
greebo greebo master 27.03.2022 12:45 master 1dc59bfe
Affected Issues  0005919: Crash on loading certain maps
Changeset 0005919: Fix a crash due to a problem in the destruction order of EntityNodes.
Any child nodes handled by the ModelKey member might still want to communicate with their parent entity in their destructor, so let's shutdown the ModelKey and attachment list before the EntityNode goes defunct.
mod - radiantcore/entity/EntityNode.cpp Diff File
mod - radiantcore/entity/ModelKey.cpp Diff File
mod - radiantcore/entity/ModelKey.h Diff File