Removed wrong comment about scale factors in sf::Transformable

This commit is contained in:
Laurent Gomila 2011-12-05 17:57:45 +01:00
parent f381260136
commit 6ff27baf54

View File

@ -93,8 +93,6 @@ public :
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Set the scale factors of the object /// \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. /// This function completely overwrites the previous scale.
/// See Scale to add a factor based on the previous scale instead. /// See Scale to add a factor based on the previous scale instead.
/// The default scale of a transformable object is (1, 1). /// The default scale of a transformable object is (1, 1).
@ -110,8 +108,6 @@ public :
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Set the scale factors of the object /// \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. /// This function completely overwrites the previous scale.
/// See Scale to add a factor based on the previous scale instead. /// See Scale to add a factor based on the previous scale instead.
/// The default scale of a transformable object is (1, 1). /// The default scale of a transformable object is (1, 1).