SFML community forums
General => Feature requests => Topic started by: gsaurus on July 10, 2011, 11:46:42 am
-
Laurent, have you found why you restricted scaling to positive values already?
if (factor > 0)
could have been:
if (factor != 0)
That or FlipX/FlipY methods on sf::Drawable
Sorry to ask again but passed a long time :wink:
-
This restriction will be removed soon.