2
0
Эх сурвалжийг харах

Force scene refresh on rename

trethaller 6 жил өмнө
parent
commit
8301258a04

+ 1 - 0
hide/comp/SceneEditor.hx

@@ -415,6 +415,7 @@ class SceneEditor {
 				tree.refresh();
 				refreshScene();
 			});
+			refreshScene();
 			return true;
 		};
 		tree.onAllowMove = function(_, _) {