kbran420 / beginning-android-games

Automatically exported from code.google.com/p/beginning-android-games
0 stars 0 forks source link

[Chapter 7] Patch for /trunk/ch08-2d-gamedev/src/com/badlogic/androidgames/framework/gl/Texture.java #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It was missing the  [width = bitmap.getWidth(); height = bitmap.getHeight();] 
underneath of gl.glBindTexture in the load function.  It wouldn't work properly 
without it.

Original issue reported on code.google.com by MichaelS...@gmail.com on 13 Jul 2011 at 10:15

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a bunch!

Original comment by badlogicgames on 24 Aug 2011 at 4:09

GoogleCodeExporter commented 9 years ago
Thanks, fixed in second revision!

Original comment by badlogicgames on 6 Sep 2011 at 1:50