From 9229a27932eef05191453619bcdc06070825f6a4 Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Sun, 26 Jul 2009 21:21:48 +0000 Subject: [PATCH] Fixed a comment :) git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1196 4e206d99-4929-0410-ac5d-dfc041789085 --- include/SFML/Graphics/View.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/View.hpp b/include/SFML/Graphics/View.hpp index 1bdb4fe83..961c88d7e 100644 --- a/include/SFML/Graphics/View.hpp +++ b/include/SFML/Graphics/View.hpp @@ -103,7 +103,7 @@ public : //////////////////////////////////////////////////////////// /// Change the size of the view /// - /// \param size : New half-size + /// \param size : New size /// //////////////////////////////////////////////////////////// void SetSize(const Vector2f& size);