mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 02:45:32 +00: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…
Reference in a new issue