...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2463 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9ecd025107
commit
b3a302e050
|
@ -66,11 +66,11 @@ CNANDContentLoader::CNANDContentLoader(const std::string& _rName)
|
||||||
|
|
||||||
CNANDContentLoader::~CNANDContentLoader()
|
CNANDContentLoader::~CNANDContentLoader()
|
||||||
{
|
{
|
||||||
for (size_t i=0; i<m_TileMetaContent.size(); i++)
|
for (size_t i=0; i<m_Content.size(); i++)
|
||||||
{
|
{
|
||||||
delete [] m_TileMetaContent[i].m_pData;
|
delete [] m_Content[i].m_pData;
|
||||||
}
|
}
|
||||||
m_TileMetaContent.clear();
|
m_Content.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
SNANDContent* CNANDContentLoader::GetContentByIndex(int _Index)
|
SNANDContent* CNANDContentLoader::GetContentByIndex(int _Index)
|
||||||
|
|
Loading…
Reference in New Issue