Quote Originally Posted by Brainer View Post
Hello there.

Instead of describing the problem, let me show you a picture, which I believe is more than words.
http://i54.tinypic.com/2du07tc.jpg

The problem is that one sprite overlaps the other. How do I keep them on the same level? I have the depth testing disabled + blending is enabled.

Regards.
I'm not sure it is even possible to do what you want...

Without depth testing, the last drawn sprite will always overlap the first drawn sprite.

With depth testing, depending on the depth test check, either of the 2 sprites will again overlap the other one.

cheers,
Paul