sf::Image is now *not* smooth by default (fixes issue #19)

This commit is contained in:
Laurent Gomila 2011-04-06 08:22:56 +02:00
parent e7958987e9
commit cb1f938582

View File

@ -45,7 +45,7 @@ myHeight (0),
myTextureWidth (0),
myTextureHeight (0),
myTexture (0),
myIsSmooth (true),
myIsSmooth (false),
myTextureUpdated(true),
myArrayUpdated (true),
myPixelsFlipped (false)