QString fix.

This commit is contained in:
Leonardo Zide 2020-12-13 16:30:01 -08:00
parent 2d7aba8895
commit 336afdba8a

View file

@ -702,7 +702,7 @@ bool lcApplication::Initialize(QList<QPair<QString, bool>>& LibraryPaths, bool&
if (!CameraName.isEmpty())
{
ActiveView->SetCamera(CameraName.toLatin1()); // todo: qstring
ActiveView->SetCamera(CameraName);
if (!ViewpointName.isEmpty())
printf("Warning: --viewpoint is ignored when --camera is set.\n");