X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsprite%2Fsprite.hpp;h=b2ec201e65ff38c2fc1f078c7f7a1a193711e8b0;hb=dfd9453f9b5d71a70095b8abd881a93bc6f47a8f;hp=6e90a8471fb544d5eb0f5aed187ab7d03c918d23;hpb=9ff3b19384bcecfeefe53b6ceabb0951b085ce80;p=supertux.git diff --git a/src/sprite/sprite.hpp b/src/sprite/sprite.hpp index 6e90a8471..b2ec201e6 100644 --- a/src/sprite/sprite.hpp +++ b/src/sprite/sprite.hpp @@ -80,7 +80,7 @@ public: /** return height of current action's hitbox */ float get_current_hitbox_height() const; /** return current action's hitbox, relative to 0,0 */ - Rect get_current_hitbox() const; + Rectf get_current_hitbox() const; /** Set the angle of the sprite rotation in degree */ void set_angle(float angle);