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);
|
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) {
|
if (must_reload) {
|
||||||
Ref<PackedScene> pscene;
|
Ref<PackedScene> pscene;
|
||||||
pscene.instance();
|
pscene.instance();
|
||||||
|
|
Loading…
Reference in New Issue