Commit 54ff5773 authored by hybrid's avatar hybrid

Relax some test criteria

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3509 dfc29bdd-3216-0410-991c-e03cc46cb475
parent c4b6a337
...@@ -81,7 +81,7 @@ static bool addBlend2d(video::E_DRIVER_TYPE type) ...@@ -81,7 +81,7 @@ static bool addBlend2d(video::E_DRIVER_TYPE type)
driver->enableMaterial2D(false); driver->enableMaterial2D(false);
driver->endScene(); driver->endScene();
bool result = takeScreenshotAndCompareAgainstReference(driver, "-addBlend2D.png"); bool result = takeScreenshotAndCompareAgainstReference(driver, "-addBlend2D.png", 98.66f);
device->closeDevice(); device->closeDevice();
device->run(); device->run();
......
...@@ -61,7 +61,7 @@ static bool runTestWithDriver(E_DRIVER_TYPE driverType) ...@@ -61,7 +61,7 @@ static bool runTestWithDriver(E_DRIVER_TYPE driverType)
driver->endScene(); driver->endScene();
result = takeScreenshotAndCompareAgainstReference(driver, "-projMat.png"); result = takeScreenshotAndCompareAgainstReference(driver, "-projMat.png", 98.71f);
device->closeDevice(); device->closeDevice();
device->run(); device->run();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment