[fixed]1.3.1 ITexture::getOriginalSize() & getSize() fli

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
ThomasW
Posts: 9
Joined: Sat Jun 23, 2007 10:15 am

[fixed]1.3.1 ITexture::getOriginalSize() & getSize() fli

Post by ThomasW »

In version 1.3.1 ITexture::getOriginalSize() returns the size of the texture scaled to the next power of 2.
And ITexture::getSize() returns the original size of the image.

Shouldn't it be like in the versions before and as it is documented?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Which driver?
ThomasW
Posts: 9
Joined: Sat Jun 23, 2007 10:15 am

Post by ThomasW »

I used opengl on linux.
Post Reply