rust brainrot

This commit is contained in:
Tropical 2026-03-25 19:21:36 -05:00
parent b598aa9232
commit cbca0280b4

View file

@ -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();