mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Increased threshold to 0.9999
This commit is contained in:
parent
53d682d40e
commit
8acec5c9e9
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ private:
|
|||
const QString TEST_RESULTS_FOLDER { "TestResults" };
|
||||
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||
|
||||
const double THRESHOLD{ 0.995 };
|
||||
const double THRESHOLD{ 0.9999 };
|
||||
|
||||
QDir _imageDirectory;
|
||||
|
||||
|
|
Loading…
Reference in a new issue