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:
@@ -242,9 +242,9 @@ bool PhysicsServerSharedMemory::isRealTimeSimulationEnabled() const
|
||||
return m_data->m_commandProcessor->isRealTimeSimulationEnabled();
|
||||
}
|
||||
|
||||
void PhysicsServerSharedMemory::tickPlugins()
|
||||
void PhysicsServerSharedMemory::reportNotifications()
|
||||
{
|
||||
m_data->m_commandProcessor->tickPlugins();
|
||||
m_data->m_commandProcessor->reportNotifications();
|
||||
}
|
||||
|
||||
void PhysicsServerSharedMemory::processClientCommands()
|
||||
|
||||
Reference in New Issue
Block a user