Initialize m_maxNumTasks, it is required by the spubullet-2.75 for PLAYSTATION 3.

This commit is contained in:
erwin.coumans
2009-08-05 01:10:46 +00:00
parent 1b457b45e2
commit b16f251530

View File

@@ -32,6 +32,7 @@ subject to the following restrictions:
///Setup and initialize SPU/CELL/Libspe2
Win32ThreadSupport::Win32ThreadSupport(const Win32ThreadConstructionInfo & threadConstructionInfo)
{
m_maxNumTasks = threadConstructionInfo.m_numThreads;
startThreads(threadConstructionInfo);
}