Skip to content

Commit

Permalink
sf::Image is now *not* smooth by default (fixes issue #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGomila committed Apr 6, 2011
1 parent e795898 commit cb1f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFML/Graphics/Image.cpp
Expand Up @@ -45,7 +45,7 @@ myHeight (0),
myTextureWidth (0),
myTextureHeight (0),
myTexture (0),
myIsSmooth (true),
myIsSmooth (false),
myTextureUpdated(true),
myArrayUpdated (true),
myPixelsFlipped (false)
Expand Down

0 comments on commit cb1f938

Please sign in to comment.