Changed System to take World through constructor and store it instead, cause it makes more sense.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
class SpawnerSystem : public System
|
||||
{
|
||||
public:
|
||||
SpawnerSystem(EventBroker* eventBroker);
|
||||
SpawnerSystem(World* world, EventBroker* eventBroker);
|
||||
|
||||
static EntityWrapper Spawn(EntityWrapper spawner, EntityWrapper parent = EntityWrapper::Invalid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user