diff --git a/tests/media/Burning's Video-shotsInShots0.png b/tests/media/Burning's Video-shotsInShots0.png index 4f535724..7bf1d55c 100644 Binary files a/tests/media/Burning's Video-shotsInShots0.png and b/tests/media/Burning's Video-shotsInShots0.png differ diff --git a/tests/media/Burning's Video-shotsInShots2.png b/tests/media/Burning's Video-shotsInShots2.png index 4f535724..7bf1d55c 100644 Binary files a/tests/media/Burning's Video-shotsInShots2.png and b/tests/media/Burning's Video-shotsInShots2.png differ diff --git a/tests/screenshot.cpp b/tests/screenshot.cpp index 42d5a691..ed58ded5 100644 --- a/tests/screenshot.cpp +++ b/tests/screenshot.cpp @@ -117,7 +117,7 @@ static bool testShotsOfShots(video::E_DRIVER_TYPE type) driver->beginScene(video::ECBF_COLOR | video::ECBF_DEPTH, video::SColor(255,100,101,140)); drawSomeStuff(driver); - driver->draw2DImage(screenshot, core::recti(0, 30, 80, 90), core::recti(screenshot->getSize()), 0, 0, 0); + driver->draw2DImage(screenshot, core::recti(0, 30, 80, 90), core::recti(screenshot->getOriginalSize()), 0, 0, 0); driver->endScene(); img->drop();