Browse Source

Editor: Fix broken compute vertex normals button. (#23865)

Michael Herzog 3 năm trước cách đây
mục cha
commit
9541dc2a1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      editor/js/Sidebar.Geometry.Modifiers.js

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

@@ -1,4 +1,4 @@
-import { UIRow, UIButton } from './libs/ui.js';
+import { UIDiv, UIButton } from './libs/ui.js';
 
 function SidebarGeometryModifiers( editor, object ) {