mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-21 11:23:11 +00:00
rust brainrot
This commit is contained in:
parent
b598aa9232
commit
cbca0280b4
|
|
@ -2144,8 +2144,8 @@ void Minecraft::run_middle() {
|
|||
achievementPopup->render();
|
||||
|
||||
PIXBeginNamedEvent(0, "Sleeping");
|
||||
std::this_thread::yield_now(); // 4jcraft added now that we have
|
||||
// portable thread yield.
|
||||
std::this_thread::yield(); // 4jcraft added now that we have
|
||||
// portable thread yield.
|
||||
// std::this_thread::sleep_for(
|
||||
// std::chrono::milliseconds(0)); // 4J - was Thread.yield())
|
||||
PIXEndNamedEvent();
|
||||
|
|
|
|||
Loading…
Reference in a new issue