X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fmoving_sprite.cpp;h=0c746a5bd52345503ae218beb86693a325656e23;hb=5745d9670262c91e6cd35363fd0d2ec169e7c8a4;hp=5096c95e9941154f4a7cb5a3032b8379b8cffcec;hpb=959f514b78262ae6b276821bc61864fa6967b97c;p=supertux.git diff --git a/src/object/moving_sprite.cpp b/src/object/moving_sprite.cpp index 5096c95e9..0c746a5bd 100644 --- a/src/object/moving_sprite.cpp +++ b/src/object/moving_sprite.cpp @@ -146,4 +146,3 @@ MovingSprite::set_action(const std::string& action, int loops, AnchorPoint ancho set_size(w, h); set_pos(get_anchor_pos(old_bbox, w, h, anchorPoint)); } -