mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user