mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-12 05:27:04 +03:00
Change 'nullptr' to 'NULL' (after fixing bug#192 in previous commit)
This commit is contained in:
parent
a9759c3f33
commit
88979577db
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace MWGui
|
|||
setVisible(false);
|
||||
// Remove keyboard focus from the console input whenever the
|
||||
// console is turned off
|
||||
MyGUI::InputManager::getInstance().setKeyFocusWidget(nullptr);
|
||||
MyGUI::InputManager::getInstance().setKeyFocusWidget(NULL);
|
||||
}
|
||||
|
||||
void Console::setFont(const std::string &fntName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue