浏览代码

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

Michael Herzog 3 年之前
父节点
当前提交
9541dc2a1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ) {