X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSprite.cpp;h=87ce8af1b366aaafd750fffd3e0e37e807c6928b;hb=9718062e6ed305d9f8f1674ff172079688e78088;hp=363be11230caa6ea462383f636ccc8270d7dac45;hpb=cccda573516f3bce30efbaba3fc20e4148d3cdc8;p=l2e.git diff --git a/src/graphics/Sprite.cpp b/src/graphics/Sprite.cpp index 363be11..87ce8af 100644 --- a/src/graphics/Sprite.cpp +++ b/src/graphics/Sprite.cpp @@ -11,7 +11,7 @@ using geometry::Point; namespace graphics { -void Sprite::Draw(SDL_Surface *dest, Point position, int col, int row) const { +void Sprite::Draw(SDL_Surface *dest, const Point &position, int col, int row) const { SDL_Rect srcRect, destRect; srcRect.x = xOffset + col * Width(); srcRect.y = yOffset + row * Height();