浏览代码

[scence] Refresh Interactive on changing Reference edit

Clément Espeute 11 月之前
父节点
当前提交
c8badbb430
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
 					}
 				}