mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Change 'nullptr' to 'NULL' (after fixing bug#192 in previous commit)
This commit is contained in:
parent
a9759c3f33
commit
88979577db
@ -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…
Reference in New Issue
Block a user