This commit is contained in:
Emma Broman
2020-09-10 16:38:08 +02:00
parent 56cc8f97a5
commit b1550d5f8f
+1 -1
View File
@@ -145,7 +145,7 @@ void KeybindingManager::removeKeyBinding(const std::string& key) {
it = _keyLua.erase(it);
}
else {
// We if it is not, we continue iteration
// If it is not, we continue iteration
++it;
}
}