I am letting AppGameKit resize my 960x640 iphone game to ipad resolution.
i am using 1074 as 1076 does not compile on xcode3.
1 element of my game has those ugly dark borders around the edges when AppGameKit resizes it on the ipad. all works fine on the iphone as all graphics are designed for 960x640 and hence are 1:1
it's just 1 element!!!!
i have tried all possible commands:
SetImageWrapU
SetImageWrapV
SetSpriteSnap
SetMinFilter
making image power of 2 has no effect either
any other command that could get rid of the black lines?