draw 2d Image bug

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Magnet
Posts: 101
Joined: Wed Sep 27, 2006 7:32 pm

draw 2d Image bug

Post by Magnet »

I have a big image (2048,2048)
I am attempt to draw part of this image.

Destination image may be fullscreen!

Code: Select all

driver->draw2DImage(bgTexture, recti(0,0,1024,768), sourceRect,0, 0, true);
And I am got next:

Image
Magnet
Posts: 101
Joined: Wed Sep 27, 2006 7:32 pm

Post by Magnet »

Closed. It is works normaly :-)
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

And what was the problem ???
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply