Changes tickPlugins to reportNotifications and only calls the processNotifications function on the plugins when there are actually notifications available. tickPlugins will to into a separate PR.
This commit is contained in:
@@ -472,7 +472,7 @@ void MotionThreadFunc(void* userPtr,void* lsMemory)
|
||||
numCmdSinceSleep1ms++;
|
||||
}
|
||||
|
||||
args->m_physicsServerPtr->tickPlugins();
|
||||
args->m_physicsServerPtr->reportNotifications();
|
||||
|
||||
args->m_cs->lock();
|
||||
cachedSharedParam = args->m_cs->getSharedParam(0);
|
||||
|
||||
Reference in New Issue
Block a user