فهرست منبع

[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();
 					}
 				}