mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
gcc / Mac compilation error.
This commit is contained in:
parent
20e1753605
commit
19c7c26c63
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ int TestCreator::compareImageLists() {
|
|||
if (isInteractiveMode && (resultImage.width() != expectedImage.width() || resultImage.height() != expectedImage.height())) {
|
||||
QMessageBox::critical(0, "Internal error: " + QString(__FILE__) + ":" + QString::number(__LINE__), "Images are not the same size");
|
||||
similarityIndex = -100.0;
|
||||
worstTileValue = 0.0;
|
||||
} else {
|
||||
_imageComparer.compareImages(resultImage, expectedImage);
|
||||
similarityIndex = _imageComparer.getSSIMValue();
|
||||
|
|
Loading…
Reference in a new issue