Skip to content

Commit

Permalink
Fixed typo (thanks Tim!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 11, 2017
1 parent 1967232 commit aa92768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_ttf.c
Expand Up @@ -2045,7 +2045,7 @@ SDL_Surface *TTF_RenderUTF8_Blended_Wrapped(TTF_Font *font,
textbuf = SDL_CreateRGBSurface(SDL_SWSURFACE,
(numLines > 1) ? wrapLength : width,
#ifdef TTF_USE_LINESKIP
height * TTF_FontLineSkip(font),
numLines * TTF_FontLineSkip(font),
#else
height * numLines + (lineSpace * (numLines - 1)),
#endif
Expand Down

0 comments on commit aa92768

Please sign in to comment.