Debug the actual bitmap dimensions after you decode it. It could be getting scaled if you don't have it in drawable-nodpi.
I also remember something about clamp vs repeat with non-square power- of-two textures on some chips, but that may be for something else. I see you're not using mips here but if you do, remember they must be square, not just PoT. What dir is the texture file you're loading in? On Mar 17, 11:41 am, Kakyoin <[email protected]> wrote: > *** Update *** > > Today I just updated my Motorola Milestone to Android 2.2 and this bug > is now happening on my device !! > > The texture was displaying fine when my Milestone was Android 2.1 > yesterday. > > I hope this piece of info will greatly help solving this problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

