From 99fceb455a6a92a7948d7d7f130c89d7da79564e Mon Sep 17 00:00:00 2001 From: Karroffel Date: Sun, 18 Jun 2017 13:35:30 +0200 Subject: [PATCH] updated scripting interface --- include/core/Godot.hpp | 1 - 1 file changed, 1 deletion(-) 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) {