diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index b6ccad3b..da097504 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -70,7 +70,8 @@ TileAnimation::TileAnimation(Animation *ani): TileAnimation::~TileAnimation() { - delete mLastImage; +// TODO: fix or remove this +// delete mLastImage; } void TileAnimation::update() |