From 3d8597d42ef5ef10325389aa866c8c136cde9412 Mon Sep 17 00:00:00 2001 From: TechGeekNZ Date: Thu, 4 Jun 2020 14:25:23 +1200 Subject: Cleanup: Add undocumented parameter to GetSpriteSize. --- src/gfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gfx.cpp b/src/gfx.cpp index 076837341..a5e577205 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -902,6 +902,7 @@ void DrawCharCentered(WChar c, int x, int y, TextColour colour) * Get the size of a sprite. * @param sprid Sprite to examine. * @param[out] offset Optionally returns the sprite position offset. + * @param zoom The zoom level applicable to the sprite. * @return Sprite size in pixels. * @note The size assumes (0, 0) as top-left coordinate and ignores any part of the sprite drawn at the left or above that position. */ -- cgit v1.2.3-70-g09d2