diff --git a/include/core/Godot.hpp b/include/core/Godot.hpp index a9410932..f55eae3e 100644 --- a/include/core/Godot.hpp +++ b/include/core/Godot.hpp @@ -730,7 +730,6 @@ void register_signal(String name, Dictionary args = Dictionary()) // String name = entry[0]; String name = args.keys()[i]; godot_string *_key = (godot_string *)&name; - godot_string_new(&signal.args[i].name); godot_string_new_copy(&signal.args[i].name, _key); // if (entry.size() > 1) {