mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Depth buffer fix
This commit is contained in:
@@ -453,6 +453,7 @@ bool PAKRouter<BRIDGETYPE>::extractResources(const BRIDGETYPE& pakBridge, bool f
|
||||
if (extractor.weight != w)
|
||||
continue;
|
||||
|
||||
#if 0
|
||||
/* This is used to ensure parallel extracts won't collide files */
|
||||
if (precedenceSharesOnly)
|
||||
{
|
||||
@@ -466,6 +467,7 @@ bool PAKRouter<BRIDGETYPE>::extractResources(const BRIDGETYPE& pakBridge, bool f
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
std::string bestName = getBestEntryName(*item);
|
||||
hecl::SystemStringView bestNameView(bestName);
|
||||
|
||||
Reference in New Issue
Block a user