Browse Source

[scence] Refresh Interactive on changing Reference edit

Clément Espeute 11 tháng trước cách đây
mục cha
commit
c8badbb430
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      hrt/prefab/Reference.hx

+ 1 - 0
hrt/prefab/Reference.hx

@@ -228,6 +228,7 @@ class Reference extends Object3D {
 						ctx.rebuildPrefab(this);
 					}
 					else {
+						shared.editor.refreshInteractive(this);
 						@:privateAccess shared.editor.refreshTree();
 					}
 				}