1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.

This commit is contained in:
Juan Linietsky
2020-02-13 16:03:10 -03:00
parent 53cf289f30
commit 867d073b98
51 changed files with 446 additions and 573 deletions

View File

@@ -332,7 +332,7 @@ void ScriptCreateDialog::_load_exist() {
return;
}
emit_signal("script_created", p_script.get_ref_ptr());
emit_signal("script_created", p_script);
hide();
}