Fixed small typo in setActive \brief

This commit is contained in:
Alec Iverson 2015-09-29 09:59:50 -07:00 committed by Lukas Dürrenberger
parent aa4f0681db
commit ecede1119a

View File

@ -132,7 +132,7 @@ public:
bool isRepeated() const; 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 /// This function makes the render-texture's context current for
/// future OpenGL rendering operations (so you shouldn't care /// future OpenGL rendering operations (so you shouldn't care