mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
mistakes were made. I undid them.
This commit is contained in:
@@ -64,7 +64,7 @@ bool InputEvent::operator==(const InputEvent &p_event) const {
|
||||
&& action.pressed == p_event.action.pressed;
|
||||
/* clang-format on */
|
||||
default:
|
||||
ERR_PRINT("No logic to compare InputEvents of this type, this shouldn't happen.");
|
||||
ERR_PRINT(String("No logic to compare InputEvents of this type, this shouldn't happen."));
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user