1
0
Fork 0

Cleanup: Add undocumented parameter to GetSpriteSize.

pull/8198/head
TechGeekNZ 2020-06-04 14:25:23 +12:00 committed by Charles Pigott
parent b145ee310c
commit 3d8597d42e
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/