Skip to content

Commit 3f760db

Browse files
committed
clearing animated tiles during reset
1 parent ba530c2 commit 3f760db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tmxlite/src/Map.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,7 @@ bool Map::reset()
352352
m_templateObjects.clear();
353353
m_templateTilesets.clear();
354354

355+
m_animTiles.clear();
356+
355357
return false;
356358
}

0 commit comments

Comments
 (0)