Closed Misiur closed 8 years ago
Ok, it seems adding a system helps
var config = new WorldConfig();
config.add(new RenderSystem());
var world = Engine.initialize(1).createWorld(config, 0x800);
This assert was removed in 0.0.3
. Now it will allow to create world without systems.