ソースを参照

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 ) {