From ecede1119aa6dacfbfa857b5f23c5d234ee437bd Mon Sep 17 00:00:00 2001 From: Alec Iverson Date: Tue, 29 Sep 2015 09:59:50 -0700 Subject: [PATCH] Fixed small typo in setActive \brief --- include/SFML/Graphics/RenderTexture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/RenderTexture.hpp b/include/SFML/Graphics/RenderTexture.hpp index 5d385626..e06740cd 100644 --- a/include/SFML/Graphics/RenderTexture.hpp +++ b/include/SFML/Graphics/RenderTexture.hpp @@ -132,7 +132,7 @@ public: bool isRepeated() const; //////////////////////////////////////////////////////////// - /// \brief Activate of deactivate the render-texture for rendering + /// \brief Activate or deactivate the render-texture for rendering /// /// This function makes the render-texture's context current for /// future OpenGL rendering operations (so you shouldn't care