Commit d43cb8b5 authored by hybrid's avatar hybrid

Another inaccuracy we need to handle

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3738 dfc29bdd-3216-0410-991c-e03cc46cb475
parent b1ddb047
...@@ -59,7 +59,7 @@ bool testWithPNG(video::E_DRIVER_TYPE driverType) ...@@ -59,7 +59,7 @@ bool testWithPNG(video::E_DRIVER_TYPE driverType)
driver->draw2DImage(tex, core::recti(0,0,160,120), core::recti(0,0,256,256), 0, 0, true); driver->draw2DImage(tex, core::recti(0,0,160,120), core::recti(0,0,256,256), 0, 0, true);
driver->endScene(); driver->endScene();
bool result = takeScreenshotAndCompareAgainstReference(driver, "-draw2DImagePNG.png"); bool result = takeScreenshotAndCompareAgainstReference(driver, "-draw2DImagePNG.png", 98.f);
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