Hello.
I decide to learn LWJGL and now after few basic tutorials I wont to load my first texture.
My first step was copy paste this code
http://lwjgl.org/wiki/index.php?title=Slick-Util_Library_-Part_1-_Loading_Images_for_LWJGL
and unfortunately I have problem namely
http://img546.imageshack.us/img546/6348/picsk.png
as you can see there are some strength line.
Size loaded texture is 40x40 and system out
>> Image width: 40
>> Image height: 40
>> Texture width: 64
>> Texture height: 64
>> Texture ID: 1
for me it looks like object texture is too big but I could be wrong, so how to fix this?