diff options
Diffstat (limited to 'src/demos/texture/TestTexture.java')
-rwxr-xr-x | src/demos/texture/TestTexture.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/texture/TestTexture.java b/src/demos/texture/TestTexture.java index 8ca89e2..cd71a3a 100755 --- a/src/demos/texture/TestTexture.java +++ b/src/demos/texture/TestTexture.java @@ -165,7 +165,7 @@ public class TestTexture implements GLEventListener { try { System.err.println("Loading texture..."); - texture = TextureIO.newTexture(file); + texture = TextureIO.newTexture(file, true); } catch (IOException e) { e.printStackTrace(); ByteArrayOutputStream bos = new ByteArrayOutputStream(); |