mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fix what looks like a copy/paste error
This commit is contained in:
parent
879da9c69a
commit
87311d86b5
@ -105,7 +105,7 @@ namespace MWGui
|
||||
assignWidget(button, "StatValueButton");
|
||||
if (button)
|
||||
{
|
||||
mSkillNameWidget = button;
|
||||
mSkillValueWidget = button;
|
||||
button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user