diff --git a/src/SFML/Graphics/Image.cpp b/src/SFML/Graphics/Image.cpp index 66134a65..4ec63578 100644 --- a/src/SFML/Graphics/Image.cpp +++ b/src/SFML/Graphics/Image.cpp @@ -45,7 +45,7 @@ myHeight (0), myTextureWidth (0), myTextureHeight (0), myTexture (0), -myIsSmooth (true), +myIsSmooth (false), myTextureUpdated(true), myArrayUpdated (true), myPixelsFlipped (false)