forked from mirror/openmw-tes3mp
and a tiny bit more of cleanup
This commit is contained in:
parent
9c49ca1468
commit
bcf3a81a6c
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@ namespace MWGui
|
||||||
|
|
||||||
for (unsigned int i=0;i<mSpellsClientWidget->getChildCount();i++)
|
for (unsigned int i=0;i<mSpellsClientWidget->getChildCount();i++)
|
||||||
{
|
{
|
||||||
MyGUI::Widget* toMove;
|
MyGUI::Widget* toMove = mSpellsClientWidget->getChildAt(i);
|
||||||
toMove = mSpellsClientWidget->getChildAt(i);
|
|
||||||
toMove->setCoord(toMove->getCoord() + MyGUI::IntPoint(0, diff));
|
toMove->setCoord(toMove->getCoord() + MyGUI::IntPoint(0, diff));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue