mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 22:40:12 +02:00
Update AssetServer.cpp
This commit is contained in:
parent
e81501a4d1
commit
258c32f9aa
1 changed files with 1 additions and 2 deletions
|
@ -104,8 +104,7 @@ std::pair<BakingStatus, QString> AssetServer::getAssetStatus(const AssetPath& pa
|
||||||
bakedFilename = BAKED_TEXTURE_SIMPLE_NAME;
|
bakedFilename = BAKED_TEXTURE_SIMPLE_NAME;
|
||||||
} else if (BAKEABLE_SCRIPT_EXTENSIONS.contains(extension)) {
|
} else if (BAKEABLE_SCRIPT_EXTENSIONS.contains(extension)) {
|
||||||
bakedFilename = BAKED_SCRIPT_SIMPLE_NAME;
|
bakedFilename = BAKED_SCRIPT_SIMPLE_NAME;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
return { Irrelevant, "" };
|
return { Irrelevant, "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue