Changed default Linux POV-Ray output to png.

This commit is contained in:
Leonardo Zide 2018-01-12 09:40:32 -08:00
parent aefb034be7
commit db7c0f8edf

View file

@ -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