mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 19:50:33 -06:00
Remove the yield from the render thread.
This commit is contained in:
@@ -4907,8 +4907,6 @@ static std::thread g_renderThread([]
|
||||
default: assert(false && "Unrecognized render command type."); break;
|
||||
}
|
||||
}
|
||||
|
||||
std::this_thread::yield();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user