-change ecsID to becsID
-change component_id/system_id to becsID in demos
This commit is contained in:
parent
a926b79223
commit
a6d92cb21b
17 changed files with 296 additions and 272 deletions
|
|
@ -125,11 +125,11 @@ struct Launcher
|
|||
|
||||
foreach(ref system; manager.systems)
|
||||
{
|
||||
if(system.id != CountSystem.system_id && system.id != CleanSystem.system_id)system.disable();
|
||||
if(system.id != becsID!CountSystem && system.id != becsID!CleanSystem)system.disable();
|
||||
}
|
||||
|
||||
/*launcher.manager.getSystem(CountSystem.system_id).enable();
|
||||
launcher.manager.getSystem(CleanSystem.system_id).enable();//*/
|
||||
/*launcher.manager.getSystem(becsID!CountSystem).enable();
|
||||
launcher.manager.getSystem(becsID!CleanSystem).enable();//*/
|
||||
|
||||
if(callbacks.register)callbacks.register();
|
||||
if(callbacks.initialize)callbacks.initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue