Skip to content

Commit 93c8f8e

Browse files
committed
* Corrected Text.h getLineSpacing to the proper name sfText_getLineSpacing
1 parent bff4a69 commit 93c8f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SFML/Graphics/Text.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ CSFML_GRAPHICS_API float sfText_getLetterSpacing(const sfText* text);
445445
/// \see sfText_setLineSpacing
446446
///
447447
////////////////////////////////////////////////////////////
448-
CSFML_GRAPHICS_API float getLineSpacing(const sfText* text);
448+
CSFML_GRAPHICS_API float sfText_getLineSpacing(const sfText* text);
449449

450450
////////////////////////////////////////////////////////////
451451
/// \brief Get the style of a text

0 commit comments

Comments
 (0)