2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Decided against collision avoidance check for extract

This commit is contained in:
Jack Andersen
2016-04-01 14:18:35 -10:00
parent 58c85d8c30
commit ced28fc3d2
5 changed files with 6 additions and 24 deletions

View File

@@ -274,7 +274,7 @@ struct SpecMP1 : SpecBase
hecl::SystemString pakName = sysName.sys_str();
process.addLambdaTransaction([&, pakName](hecl::BlenderToken& btok)
{
m_pakRouter.extractResources(pak, force, true, btok,
m_pakRouter.extractResources(pak, force, btok,
[&](const hecl::SystemChar* substr, float factor)
{
std::unique_lock<std::mutex> lk(msgLock);