Explorar o código

[scence] Refresh Interactive on changing Reference edit

Clément Espeute hai 11 meses
pai
achega
c8badbb430
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 					}
 				}