Try to fix OSK

This commit is contained in:
Nekotekina 2020-02-25 12:33:26 +03:00
parent fa02a04baa
commit 318a364d09
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace rsx
fade_animation.duration = 0.5f;
fade_animation.active = true;
std::lock_guard{m_threadpool_mutex}, m_workers.emplace_back([this]
g_fxo->init_crtp<named_thread>("OSK Thread", [this]
{
if (auto error = run_input_loop())
{