Deprecated QDir=

This commit is contained in:
Dale Glass 2022-06-15 00:03:09 +02:00
parent c03b4de419
commit 352dcc93a2

View file

@ -43,7 +43,7 @@ void BakerCLI::bakeFile(QUrl inputUrl, const QString& outputPath, const QString&
static const QString MATERIAL_EXTENSION { "material" };
static const QString SCRIPT_EXTENSION { "js" };
_outputPath = outputPath;
_outputPath.setPath(outputPath);
// create our appropiate baker
if (type == MODEL_EXTENSION || type == FBX_EXTENSION) {