1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:53:53 +00:00

Fix what looks like a copy/paste error

This commit is contained in:
scrawl 2017-09-27 12:12:16 +02:00
parent 879da9c69a
commit 87311d86b5

View file

@ -105,7 +105,7 @@ namespace MWGui
assignWidget(button, "StatValueButton"); assignWidget(button, "StatValueButton");
if (button) if (button)
{ {
mSkillNameWidget = button; mSkillValueWidget = button;
button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked); button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked);
} }
} }