Parcourir la source

updated scripting interface

Karroffel il y a 8 ans
Parent
commit
99fceb455a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      include/core/Godot.hpp

+ 0 - 1
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) {