summaryrefslogtreecommitdiff
path: root/src/maplayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-16 20:39:33 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-16 20:39:33 +0300
commitbc92643d8db723b5049db2dbad1ce052a0ae77a9 (patch)
tree4471be99711ee310c811e990d7c210e2393aeb6e /src/maplayer.cpp
parent82cc576b7896f39bcf71aa85c8c4b3ef786c065b (diff)
downloadplus-bc92643d8db723b5049db2dbad1ce052a0ae77a9.tar.gz
plus-bc92643d8db723b5049db2dbad1ce052a0ae77a9.tar.bz2
plus-bc92643d8db723b5049db2dbad1ce052a0ae77a9.tar.xz
plus-bc92643d8db723b5049db2dbad1ce052a0ae77a9.zip
Fix code style and some other minor issues.
Diffstat (limited to 'src/maplayer.cpp')
-rw-r--r--src/maplayer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/maplayer.cpp b/src/maplayer.cpp
index fcecb17bd..752ff593f 100644
--- a/src/maplayer.cpp
+++ b/src/maplayer.cpp
@@ -293,7 +293,6 @@ void MapLayer::updateOGL(Graphics *const graphics, int startX, int startY,
imgVert->image = img;
row->images.push_back(imgVert);
}
- lastImage = img;
}
lastImage = img;
// if (imgVert->image->mGLImage != lastImage->mGLImage)