mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-05 01:51:02 +07:00
register spine system in the starter instead sample source
This commit is contained in:
@@ -143,8 +143,7 @@ namespace
|
||||
bool create_systems() {
|
||||
ecs::registry_filler(the<world>().registry())
|
||||
.system<game_system>(world::priority_update, raptor_gobj_)
|
||||
.system<camera_system>(world::priority_pre_render)
|
||||
.system<spine_system>(world::priority_update);
|
||||
.system<camera_system>(world::priority_pre_render);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user