Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Dec 20, 2022
1 parent f513e3c commit 8bd04fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/arm/Project.hx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ class Project {
}
if (ui.button(tr("Import")) || ui.isReturnDown) {
UIBox.hide();
App.redrawUI();
function doImport() {
ImportMesh.run(path, clearLayers, replaceExisting);
}
Expand Down Expand Up @@ -464,7 +463,6 @@ class Project {
}
if (ui.button(tr("Unwrap")) || ui.isReturnDown) {
UIBox.hide();
App.redrawUI();
function doImport() {
if (unwrapBy == unwrapPlugins.length - 1) {
MeshUtil.equirectUnwrap(mesh);
Expand Down

0 comments on commit 8bd04fa

Please sign in to comment.