Hey!
When I change the position of a sprite, the position of the subrect of it will not be changed, right?
Thats too bad because I want to check if the cursor is above the sprite with mySprite->GetSubRect().Contains(mousePosX, mousePosY)...
But the subrect-position is always 0, 0, ....
So I have to change the subrect whenever I change the sprite position?
Thanks!
Greets