Skip to content

Commit

Permalink
Merge pull request #130 from DemoXinMC/master
Browse files Browse the repository at this point in the history
sfText_getLineSpacing is not properly declared in Text.h
  • Loading branch information
eXpl0it3r authored Nov 19, 2018
2 parents bff4a69 + 93c8f8e commit 61f17e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Graphics/Text.h
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ CSFML_GRAPHICS_API float sfText_getLetterSpacing(const sfText* text);
/// \see sfText_setLineSpacing
///
////////////////////////////////////////////////////////////
CSFML_GRAPHICS_API float getLineSpacing(const sfText* text);
CSFML_GRAPHICS_API float sfText_getLineSpacing(const sfText* text);

////////////////////////////////////////////////////////////
/// \brief Get the style of a text
Expand Down

0 comments on commit 61f17e3

Please sign in to comment.