mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-13 18:47:45 +01:00
Fixed microoptimization
This commit is contained in:
parent
db6e891c30
commit
8ea84c5c86
@ -418,7 +418,7 @@ QList<RasterTile::Level> RasterTile::fetchLevels()
|
|||||||
if (!level.isNull())
|
if (!level.isNull())
|
||||||
list.append(level);
|
list.append(level);
|
||||||
|
|
||||||
if (_data.size() > 0 && shape(level.polygons).contains(_rect))
|
if (_data.size() > 1 && shape(level.polygons).contains(_rect))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user