[ZoneBuilder] Hack around assertion crash in destructor temporarily.
Needs to be fixed properly by @momo5502. See.
This commit is contained in:
parent
0f0fc637ff
commit
d602d0c7c5
@ -1522,7 +1522,9 @@ namespace Components
|
||||
|
||||
ZoneBuilder::~ZoneBuilder()
|
||||
{
|
||||
#if DEBUG
|
||||
assert(ZoneBuilder::MemAllocator.empty());
|
||||
#endif
|
||||
|
||||
ZoneBuilder::Terminate = true;
|
||||
if(ZoneBuilder::CommandThread.joinable())
|
||||
|
Loading…
Reference in New Issue
Block a user