mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Fixed font's textures not smoothed
This commit is contained in:
parent
9e76f583b9
commit
d5ced60dec
@ -58,7 +58,7 @@ myHeight (0),
|
||||
myTextureWidth (0),
|
||||
myTextureHeight(0),
|
||||
myTexture (0),
|
||||
myIsSmooth (false),
|
||||
myIsSmooth (copy.myIsSmooth),
|
||||
myPixelsFlipped(false)
|
||||
{
|
||||
LoadFromImage(copy.CopyToImage());
|
||||
|
Loading…
Reference in New Issue
Block a user