mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
committed by
Hein-Pieter van Braam
parent
4fbb460a02
commit
fd95935fef
@@ -563,8 +563,6 @@ bool EditorData::check_and_update_scene(int p_idx) {
|
||||
|
||||
bool must_reload = _find_updated_instances(edited_scene[p_idx].root, edited_scene[p_idx].root, checked_scenes);
|
||||
|
||||
print_line("MUST RELOAD? " + itos(must_reload));
|
||||
|
||||
if (must_reload) {
|
||||
Ref<PackedScene> pscene;
|
||||
pscene.instance();
|
||||
|
||||
Reference in New Issue
Block a user