More tidying

This commit is contained in:
Nav
2022-04-05 22:37:00 +01:00
parent b8e34b87d3
commit 7b5ce83b50
5 changed files with 8 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ namespace Bloom
eventQueueByType[event->getType()].push(std::move(event));
this->eventQueueByEventTypeCV.notify_all();
if (this->interruptEventNotifier != nullptr && this->interruptEventNotifier->isInitialised()) {
if (this->interruptEventNotifier != nullptr) {
this->interruptEventNotifier->notify();
}
}