Skip to content

Commit

Permalink
Update graphicalapplication.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Nov 27, 2023
1 parent 92ba14e commit 28f206e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/framework/core/graphicalapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ void GraphicalApplication::run()

// THREAD - POOL & MAP
g_asyncDispatcher.dispatch([&] {
const auto& foreground = g_drawPool.get(DrawPoolType::FOREGROUND);

g_eventThreadId = std::this_thread::get_id();
while (!m_stopping) {
poll();
Expand Down

0 comments on commit 28f206e

Please sign in to comment.