mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fixes TerrainTextureManager after refactoring
In fb98f5059a the manager was refactored
and the order of deinitialization was incorrectly changed.
This commit is contained in:
parent
621b4f96cc
commit
cea77c497c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,8 +68,8 @@ CTerrainTextureManager::~CTerrainTextureManager()
|
|||
|
||||
void CTerrainTextureManager::UnloadTerrainTextures()
|
||||
{
|
||||
m_TerrainGroups.clear();
|
||||
m_TextureEntries.clear();
|
||||
m_TerrainGroups.clear();
|
||||
|
||||
m_LastGroupIndex = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue