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

Add interface method for entering cook thread transactions

This commit is contained in:
Jack Andersen
2016-07-06 18:22:54 -10:00
parent 3aeb536d38
commit 907ed3d674
2 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ void ClientProcess::BufferTransaction::run(BlenderToken& btok)
void ClientProcess::CookTransaction::run(BlenderToken& btok)
{
m_dataSpec->setThreadProject();
m_returnResult = m_parent.syncCook(m_path, m_dataSpec, btok);
m_complete = true;
}