Explorar o código

SceneEditor: fix error after delete

trethaller %!s(int64=6) %!d(string=hai) anos
pai
achega
85f73dadd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hide/comp/SceneEditor.hx

+ 1 - 1
hide/comp/SceneEditor.hx

@@ -1283,7 +1283,7 @@ class SceneEditor {
 			refresh(fullRefresh ? Full : Partial, then);
 		}
 
-		refreshFunc(selectObjects.bind(elts));
+		refreshFunc(deselect);
 
 		undo.change(Custom(function(undo) {
 			if(!undo && !fullRefresh)