forked from Mirrorlandia_minetest/irrlicht
for using correct subimage tex-coordinates in the gui texture->getOriginalSize has to be used
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6323 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
ddb2028231
commit
8e2e2886a9
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.4 KiB |
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user