Ver código fonte

[scence] Refresh Interactive on changing Reference edit

Clément Espeute 11 meses atrás
pai
commit
c8badbb430
1 arquivos alterados com 1 adições e 0 exclusões
  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();
 					}
 				}