Update b3PluginManager.cpp
pre/post tick were wrong order in initializer list
This commit is contained in:
@@ -48,8 +48,8 @@ struct b3Plugin
|
|||||||
m_initFunc(0),
|
m_initFunc(0),
|
||||||
m_exitFunc(0),
|
m_exitFunc(0),
|
||||||
m_executeCommandFunc(0),
|
m_executeCommandFunc(0),
|
||||||
m_postTickFunc(0),
|
|
||||||
m_preTickFunc(0),
|
m_preTickFunc(0),
|
||||||
|
m_postTickFunc(0),
|
||||||
m_userPointer(0)
|
m_userPointer(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user