Change 'nullptr' to 'NULL' (after fixing bug#192 in previous commit)

actorid
Roman Melnik 13 years ago
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…
Cancel
Save