Input config - Fixed crash when trying to set a new key

This commit is contained in:
Souryo 2015-07-14 21:52:30 -04:00
parent 9b661fcbb5
commit ebf35e52ed

View file

@ -63,7 +63,7 @@ string WindowsKeyManager::GetKeyName(uint32_t key)
return keyDef.description;
}
}
return nullptr;
return "";
}
uint32_t WindowsKeyManager::GetKeyCode(string keyName)