Skip to content

Commit

Permalink
Merge pull request #139 from DJMaster/patch-1
Browse files Browse the repository at this point in the history
Update RenderTexture.h
  • Loading branch information
LaurentGomila committed Mar 23, 2019
2 parents d6f3ec2 + 1c75ff0 commit 282621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Graphics/RenderTexture.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ CSFML_GRAPHICS_API const sfTexture* sfRenderTexture_getTexture(const sfRenderTex
/// \return The maximum anti-aliasing level supported by the system
///
////////////////////////////////////////////////////////////
unsigned int sfRenderTexture_getMaximumAntialiasingLevel();
CSFML_GRAPHICS_API unsigned int sfRenderTexture_getMaximumAntialiasingLevel();

////////////////////////////////////////////////////////////
/// \brief Enable or disable the smooth filter on a render texture
Expand Down

0 comments on commit 282621e

Please sign in to comment.