Fixed default color of sf::Text (was black instead of white)

This commit is contained in:
Laurent Gomila 2011-12-29 22:12:21 +01:00
parent 8630c88e70
commit 6c3fb426b2

View File

@ -39,6 +39,7 @@ myString (),
myFont (&Font::GetDefaultFont()),
myCharacterSize(30),
myStyle (Regular),
myColor (255, 255, 255),
myVertices (Quads),
myBounds ()
{
@ -52,6 +53,7 @@ myString (string),
myFont (&font),
myCharacterSize(characterSize),
myStyle (Regular),
myColor (255, 255, 255),
myVertices (Quads),
myBounds ()
{