mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 11:15:02 +01:00
parent
c33310d37b
commit
4d99f5900d
@ -1033,7 +1033,7 @@ bool MenuStateOptions::textInput(std::string text) {
|
||||
}
|
||||
|
||||
void MenuStateOptions::keyPress(SDL_KeyboardEvent c) {
|
||||
if (activeInputLabel == NULL) {
|
||||
if (activeInputLabel != NULL) {
|
||||
keyPressEditLabel(c, &activeInputLabel);
|
||||
} else {
|
||||
Config &configKeys = Config::getInstance(
|
||||
|
Loading…
x
Reference in New Issue
Block a user