Skip to content

Commit

Permalink
[SofaSimulationCore] Introduce change from #1927 to check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Apr 16, 2021
1 parent ce95e2e commit cadedce
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ namespace sofa
m_isClosing = false;

// init global static thread local var
if (_threads.find(std::this_thread::get_id()) == _threads.end())
{
workerThreadIndex = new WorkerThread(this, 0, "Main ");
_threads[std::this_thread::get_id()] = workerThreadIndex;// new WorkerThread(this, 0, "Main ");
Expand Down

0 comments on commit cadedce

Please sign in to comment.