Fixed font's textures not smoothed

This commit is contained in:
Laurent Gomila 2011-08-07 19:33:26 +02:00
parent 9e76f583b9
commit d5ced60dec

View File

@ -58,7 +58,7 @@ myHeight (0),
myTextureWidth (0),
myTextureHeight(0),
myTexture (0),
myIsSmooth (false),
myIsSmooth (copy.myIsSmooth),
myPixelsFlipped(false)
{
LoadFromImage(copy.CopyToImage());