Update AssetServer.cpp

This commit is contained in:
utkarshgautamnyu 2017-09-26 11:52:25 -07:00 committed by GitHub
parent e81501a4d1
commit 258c32f9aa

View file

@ -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, "" };
}