[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()
|
ZoneBuilder::~ZoneBuilder()
|
||||||
{
|
{
|
||||||
|
#if DEBUG
|
||||||
assert(ZoneBuilder::MemAllocator.empty());
|
assert(ZoneBuilder::MemAllocator.empty());
|
||||||
|
#endif
|
||||||
|
|
||||||
ZoneBuilder::Terminate = true;
|
ZoneBuilder::Terminate = true;
|
||||||
if(ZoneBuilder::CommandThread.joinable())
|
if(ZoneBuilder::CommandThread.joinable())
|
||||||
|
Loading…
Reference in New Issue
Block a user