mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:22:00 +02:00
Deprecated QDir=
This commit is contained in:
parent
c03b4de419
commit
352dcc93a2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue