You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -194,7 +194,7 @@ bool InputMap::event_get_action_status(const Ref<InputEvent> &p_event, const Str
|
||||
Map<StringName, Action>::Element *E = input_map.find(p_action);
|
||||
if (!E) {
|
||||
ERR_EXPLAIN("Request for nonexistent InputMap action: " + String(p_action));
|
||||
ERR_FAIL_COND_V(!E, false);
|
||||
ERR_FAIL_V(false);
|
||||
}
|
||||
|
||||
Ref<InputEventAction> input_event_action = p_event;
|
||||
|
||||
Reference in New Issue
Block a user