06-21-2013, 09:47 AM
(06-19-2013, 02:53 PM)IcemanSR Wrote: -rest in videoengine enables HD textures when using stencil and "ge to textures" without it textures are all pixelatedCould you try the following change in VideoEngine.java, line 5100:
Code:
if (Utilities.makePow2(geTexture.getWidth()) == width && Utilities.makePow2(geTexture.getHeight()) == height) {
Always include a complete log file at INFO level in your reports. Thanks! How to post a log