Removed unused EventManager class member from TargetController

This commit is contained in:
Nav
2022-03-20 17:56:59 +00:00
parent 28396d9d80
commit 8067762d38
2 changed files with 1 additions and 4 deletions

View File

@@ -353,7 +353,6 @@ namespace Bloom
void Application::startTargetController() {
this->targetController = std::make_unique<TargetController>(
this->eventManager,
this->projectConfig.value(),
this->environmentConfig.value()
);