From 6ff27baf547e64c23ab3f8701bafe532d440cf90 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Mon, 5 Dec 2011 17:57:45 +0100 Subject: [PATCH] Removed wrong comment about scale factors in sf::Transformable --- include/SFML/Graphics/Transformable.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/SFML/Graphics/Transformable.hpp b/include/SFML/Graphics/Transformable.hpp index d20a16a2..91a0d498 100644 --- a/include/SFML/Graphics/Transformable.hpp +++ b/include/SFML/Graphics/Transformable.hpp @@ -93,8 +93,6 @@ public : //////////////////////////////////////////////////////////// /// \brief Set the scale factors of the object /// - /// \a factorX and \a factorY must be strictly positive, - /// otherwise they are ignored. /// This function completely overwrites the previous scale. /// See Scale to add a factor based on the previous scale instead. /// The default scale of a transformable object is (1, 1). @@ -110,8 +108,6 @@ public : //////////////////////////////////////////////////////////// /// \brief Set the scale factors of the object /// - /// \a scale.x and \a scale.y must be strictly positive, - /// otherwise they are ignored. /// This function completely overwrites the previous scale. /// See Scale to add a factor based on the previous scale instead. /// The default scale of a transformable object is (1, 1).