Fixed incorrect picture position after changing the texture

0.8
Bruno Van de Velde 2017-08-18 00:15:16 +02:00
parent 42516dba8a
commit 7566ccc8bd
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ namespace tgui
m_fullyClickable = fullyClickable;
m_sprite.setTexture(texture);
m_sprite.setPosition(getPosition());
m_sprite.setOpacity(m_opacityCached);
}