-fixed events thread safety
This commit is contained in:
parent
f27e4c30ad
commit
49a60d33c5
2 changed files with 17 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ export class EntityManager
|
|||
~this()
|
||||
{
|
||||
id_manager.deinitialize();
|
||||
event_manager.destroy();
|
||||
|
||||
if(threads)Mallocator.instance.dispose(threads);
|
||||
if(entity_block_alloc_mutex)Mallocator.instance.dispose(entity_block_alloc_mutex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue