fix(Core/Shutdown): add checks to see if MapUpdater threads are joineable (#7450)

This commit is contained in:
Petric
2021-11-24 10:41:49 +00:00
committed by GitHub
parent fc16abc30e
commit 11373cd78a
4 changed files with 3 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ class MapUpdater
{
public:
MapUpdater();
virtual ~MapUpdater();
~MapUpdater() = default;
void schedule_update(Map& map, uint32 diff, uint32 s_diff);
void schedule_lfg_update(uint32 diff);