Merge remote-tracking branch 'upstream/main' into speed

This commit is contained in:
David Markowitz
2023-12-17 21:32:49 -08:00
51 changed files with 815 additions and 408 deletions

View File

@@ -79,8 +79,6 @@ dZoneManager::~dZoneManager() {
delete p.second;
p.second = nullptr;
}
m_Spawners.erase(p.first);
}
if (m_WorldConfig) delete m_WorldConfig;
}