Skip to content

Commit

Permalink
Traktor: Fixed blender tool process launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jun 12, 2024
1 parent 1f38651 commit bd0d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Runtime/Editor/LaunchBlenderTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bool LaunchBlenderTool::launch(ui::Widget* parent, editor::IEditor* runtime, con
commandLine,
L"",
nullptr,
OS::EfMute | OS::EfDetach) != nullptr;
OS::EfDetach) != nullptr;
}

}

0 comments on commit bd0d75e

Please sign in to comment.