Browse Source

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

Michael Herzog 3 years ago
parent
commit
9541dc2a1c
1 changed files with 1 additions and 1 deletions
  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 ) {