Skip to content

Commit

Permalink
Changed default Linux POV-Ray output to png.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Jan 12, 2018
1 parent aefb034 commit db7c0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/lc_renderdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void lcRenderDialog::on_RenderButton_clicked()

#ifdef Q_OS_LINUX
POVRayPath = lcGetProfileString(LC_PROFILE_POVRAY_PATH);
Arguments.append("+FC");
Arguments.append("+FN");
Arguments.append("-D");
#endif

Expand Down

0 comments on commit db7c0f8

Please sign in to comment.