mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-28 05:34:34 +00:00
TU24
This commit is contained in:
@@ -226,7 +226,7 @@ CompressedTileStorage::~CompressedTileStorage()
|
||||
}
|
||||
else
|
||||
{
|
||||
if(indicesAndData) mi_free(indicesAndData);
|
||||
if(indicesAndData) free(indicesAndData);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
@@ -830,7 +830,7 @@ void CompressedTileStorage::tick()
|
||||
}
|
||||
else
|
||||
{
|
||||
mi_free(toFree);
|
||||
free(toFree);
|
||||
}
|
||||
#endif
|
||||
} while( toFree );
|
||||
|
||||
Reference in New Issue
Block a user