mistakes were made. I undid them.

This commit is contained in:
Karroffel
2017-03-15 18:13:22 +01:00
parent b098147977
commit bce9ac109d
6 changed files with 24 additions and 50 deletions

View File

@@ -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;