mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
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),
|
||||
myTextureHeight (0),
|
||||
myTexture (0),
|
||||
myIsSmooth (true),
|
||||
myIsSmooth (false),
|
||||
myTextureUpdated(true),
|
||||
myArrayUpdated (true),
|
||||
myPixelsFlipped (false)
|
||||
|
Loading…
Reference in New Issue
Block a user