Game Development Community


#1
01/03/2009 (2:54 pm)
Is that only on a zoomed distance or from far back as well. For me this only happens when i zoom in really close to the partials.
#2
01/03/2009 (3:09 pm)
Looks like your splash texture:
1. Doesn't exist;
2. Hasn't appropriate resolution (like 32x32, 64x64, 128x128, 256x256 etc)
There is something wrong with the texture - check it.
#3
01/03/2009 (3:29 pm)
I changed the call in the cs file from "texture" to "textureName". seems to sort it out, did the same for all the other offending textures as well. not sure its correct, but it fixes the problem.