sf::Image is now *not* smooth by default (fixes issue #19)
This commit is contained in:
parent
e7958987e9
commit
cb1f938582
@ -45,7 +45,7 @@ myHeight (0),
|
|||||||
myTextureWidth (0),
|
myTextureWidth (0),
|
||||||
myTextureHeight (0),
|
myTextureHeight (0),
|
||||||
myTexture (0),
|
myTexture (0),
|
||||||
myIsSmooth (true),
|
myIsSmooth (false),
|
||||||
myTextureUpdated(true),
|
myTextureUpdated(true),
|
||||||
myArrayUpdated (true),
|
myArrayUpdated (true),
|
||||||
myPixelsFlipped (false)
|
myPixelsFlipped (false)
|
||||||
|
Loading…
Reference in New Issue
Block a user