X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fanchor_point.hpp;h=5b8baee3b240b666dee2827bbdb1322b29d3f8bb;hb=a98f7cee9f6a2593c0e1f3442800f159bad410df;hp=256c9fe84e591c7f3ab4cb975552b78a80a1914a;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/object/anchor_point.hpp b/src/object/anchor_point.hpp index 256c9fe84..5b8baee3b 100644 --- a/src/object/anchor_point.hpp +++ b/src/object/anchor_point.hpp @@ -33,7 +33,7 @@ enum AnchorPoint { ANCHOR_LEFT = 0x0001, ANCHOR_RIGHT = 0x0002, ANCHOR_MIDDLE = 0x0000, - + ANCHOR_TOP_LEFT = ANCHOR_TOP | ANCHOR_LEFT, ANCHOR_TOP_RIGHT = ANCHOR_TOP | ANCHOR_RIGHT, ANCHOR_BOTTOM_LEFT = ANCHOR_BOTTOM | ANCHOR_LEFT, @@ -47,4 +47,3 @@ Vector get_anchor_pos(const Rect& destrect, float width, float height, AnchorPoint point); #endif -