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:
@@ -1218,7 +1218,7 @@ bool PhysicsDirect::submitClientCommand(const struct SharedMemoryCommand& comman
|
||||
if (m_data->m_ownsCommandProcessor)
|
||||
{
|
||||
CommandProcessorInterface *commandProcessor = (CommandProcessorInterface *)m_data->m_commandProcessor;
|
||||
commandProcessor->tickPlugins();
|
||||
commandProcessor->reportNotifications();
|
||||
}
|
||||
/*if (hasStatus)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user