Fix OSK thread exit condition
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user