-onBegin() return type was changed from void to bool
-disabling system execution in onBegin() funciton
This commit is contained in:
parent
d3f7593afc
commit
f666dfd1d5
3 changed files with 43 additions and 30 deletions
|
|
@ -47,6 +47,9 @@ struct System
|
|||
|
||||
package:
|
||||
|
||||
///should system be executed in current update?
|
||||
bool execute = true;
|
||||
|
||||
///should system update and catch events?
|
||||
bool m_enabled = false;
|
||||
///system priority
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue