🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Transparent line while blitting

Started by
0 comments, last by GameDev.net 24 years, 6 months ago
I've made a simple animation of a man walking in place to test some of my algorithms.

Today I added the ability to move the figure around using the mouse. Now, I get a line of transparancy through the guy's head, and another line by his knees.

Now, I've gone over all my code, add can't find anything that would cause this. The only thing I've changed is in the mouse control, but it doesn't do anything but change the destination RECT, which I don't think should modify the image in any way.

Anyone else had this happen?

Advertisement
Nevermind...

I forgot that RECTs are lower right exclusive

This topic is closed to new replies.

Advertisement