mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Remove redundant if block in AssetServer.cpp
This commit is contained in:
parent
42324d79f1
commit
655636c44f
1 changed files with 0 additions and 4 deletions
|
@ -251,10 +251,6 @@ bool AssetServer::needsToBeBaked(const AssetUtils::AssetPath& path, const AssetU
|
|||
return false;
|
||||
}
|
||||
|
||||
if (meta.bakeVersion < currentVersion) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return !bakedMappingExists || (meta.bakeVersion < currentVersion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue