Removed unused EventManager class member from TargetController
This commit is contained in:
@@ -353,7 +353,6 @@ namespace Bloom
|
||||
|
||||
void Application::startTargetController() {
|
||||
this->targetController = std::make_unique<TargetController>(
|
||||
this->eventManager,
|
||||
this->projectConfig.value(),
|
||||
this->environmentConfig.value()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user