summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotiledmapdata.cpp')
-rw-r--r--src/location/maps/qgeotiledmapdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmapdata.cpp b/src/location/maps/qgeotiledmapdata.cpp
index dbc8bb99..9ecf8539 100644
--- a/src/location/maps/qgeotiledmapdata.cpp
+++ b/src/location/maps/qgeotiledmapdata.cpp
@@ -324,8 +324,8 @@ void QGeoTiledMapDataPrivate::resized(int width, int height)
if (width > 0 && height > 0 && cache_ && cameraTiles_) {
// absolute minimum size: one tile each side of display, 32-bit colour
- int texCacheSize = (width + cameraTiles_->tileSize()*2) *
- (height + cameraTiles_->tileSize()*2) * 4;
+ int texCacheSize = (width + cameraTiles_->tileSize() * 2) *
+ (height + cameraTiles_->tileSize() * 2) * 4;
// multiply by 3 so the 'recent' list in the cache is big enough for
// an entire display of tiles