tristanred / MicroEngine

GameEngine project based roughly on my previous CommsFramework engine.
MIT License
1 stars 0 forks source link

Texture problem when changing its Size #5

Open tristanred opened 5 years ago

tristanred commented 5 years ago

Changing a texture size stretches the texture to fill the size box. There seems to be some kind of scaling(?) problem when setting a size different from the original size, the lower right corner seems to be missing a few pixels (right + bottom edges).

tristanred commented 5 years ago

Have not seen the issue in a while, might have been fixed already.