-onBegin() return type was changed from void to bool

-disabling system execution in onBegin() funciton
This commit is contained in:
Mergul 2018-10-26 17:43:51 +02:00
parent d3f7593afc
commit f666dfd1d5
3 changed files with 43 additions and 30 deletions

View file

@ -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