mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Remove the yield from the render thread.
This commit is contained in:
parent
553e011dad
commit
2d56566924
1 changed files with 0 additions and 2 deletions
|
|
@ -4907,8 +4907,6 @@ static std::thread g_renderThread([]
|
||||||
default: assert(false && "Unrecognized render command type."); break;
|
default: assert(false && "Unrecognized render command type."); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::this_thread::yield();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue