hotfix export as jpg and not ppi
This commit is contained in:
@@ -1056,7 +1056,7 @@ void ui::Canvas::export_equirectangular(std::string file_path, std::function<voi
|
||||
if (App::I.check_license())
|
||||
{
|
||||
std::thread t([=] {
|
||||
export_equirectangular_thread(App::I.data_path + "/" + App::I.doc_name + ".ppi");
|
||||
export_equirectangular_thread(file_path);
|
||||
if (on_complete)
|
||||
on_complete();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user