"the one above has a correct rect, and the one below should have a pixel from the bullets next to it stuck on it." - Achy
Wait, I don't get it. Is the top really supposed to look like that, or did you mess up the order? Probably the latter.
Elaboration:
For the red one I have (1,1,9,9)
but those 9's, other bullets are starting on them
so why are pixels from them not showing up>
[02:11:59] Achy: And with the orange one above...
(9,1,16,8)
the bullets on screen are 8x8
So in other words yes, they don't understand how the rects work. The top should be (9, 1, 17, 9) to display properly. Without the one-pixel space they're leaving in the corners it would be (8, 0, 16, 8), which is clearly correct.
ReplyDelete