mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 21:42:31 +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;
|
||||
} else if (BAKEABLE_SCRIPT_EXTENSIONS.contains(extension)) {
|
||||
bakedFilename = BAKED_SCRIPT_SIMPLE_NAME;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return { Irrelevant, "" };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue