This commit is contained in:
parent
99da46d7c1
commit
1ec52b0390
@ -1255,7 +1255,7 @@ void CFmaScene::shutdown()
|
|||||||
{
|
{
|
||||||
for(int i=0;i<FMA_NUM_ACTORS;i++)
|
for(int i=0;i<FMA_NUM_ACTORS;i++)
|
||||||
{
|
{
|
||||||
for (int b=0; b<2; b++)
|
for (int b=0; b<3; b++)
|
||||||
{
|
{
|
||||||
if (m_actorData[i].m_gfx[b]) delete m_actorData[i].m_gfx[b];
|
if (m_actorData[i].m_gfx[b]) delete m_actorData[i].m_gfx[b];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user