mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Changed default Linux POV-Ray output to png.
This commit is contained in:
parent
aefb034be7
commit
db7c0f8edf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue