Fix OSK thread exit condition

This commit is contained in:
Eladash 2020-03-21 09:26:26 +02:00 committed by Nekotekina
parent 7f5dd1dd62
commit 9acf8e283d
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ namespace rsx
} }
else else
{ {
while (!exit && thread_ctrl::state() <= thread_state::aborting) while (!exit && thread_ctrl::state() != thread_state::aborting)
{ {
refresh(); refresh();