Restored smoothing on fonts

This commit is contained in:
Laurent Gomila 2011-04-26 18:56:56 +02:00
parent 17971ca198
commit ade8cb8771

View File

@ -512,6 +512,7 @@ NextRow(2)
{ {
// Make sure that the texture is initialized by default // Make sure that the texture is initialized by default
Texture.Create(128, 128, Color(255, 255, 255, 0)); Texture.Create(128, 128, Color(255, 255, 255, 0));
Texture.SetSmooth(true);
// Reserve a 2x2 white square for texturing underlines // Reserve a 2x2 white square for texturing underlines
for (int x = 0; x < 2; ++x) for (int x = 0; x < 2; ++x)