Removed useless sf::

This commit is contained in:
Laurent Gomila 2012-09-27 08:01:54 +02:00
parent 1bb206a380
commit 79df4146f0

View File

@ -227,7 +227,7 @@ void Text::updateGeometry()
{
// Clear the previous geometry
m_vertices.clear();
m_bounds = sf::FloatRect();
m_bounds = FloatRect();
// No font: nothing to draw
if (!m_font)