diff --git a/src/messages/ImageSet.cpp b/src/messages/ImageSet.cpp index 0e500816..1019d27e 100644 --- a/src/messages/ImageSet.cpp +++ b/src/messages/ImageSet.cpp @@ -76,7 +76,7 @@ const ImagePtr &ImageSet::getImage(float scale) const } if (!this->imageX2_->isEmpty() && quality == 2) { - return this->imageX3_; + return this->imageX2_; } return this->imageX1_;