Browse Source

Editor: Fix geometry sidebar.

Mugen87 5 năm trước cách đây
mục cha
commit
569583235b
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 8 1
      editor/js/Sidebar.Geometry.js

+ 8 - 1
editor/js/Sidebar.Geometry.js

@@ -247,7 +247,14 @@ var SidebarGeometry = function ( editor ) {
 
 	}
 
-	signals.objectSelected.add( build );
+	signals.objectSelected.add( function () {
+
+		currentGeometryType = null;
+
+		build();
+
+	} );
+
 	signals.geometryChanged.add( build );
 
 	return container;