I am attempting to setup a tiled/repeating background for my iPhone app.
The code \"works\" in that the background is repeating like it should be but I seem to have
Textures should always be in power of two... like 16,32,64,128,256,512,1024.
Try resizing the image to 256x256 or 128x128.