From cbca0280b4baf31e8b48ebb51f8911e218097b3b Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:21:36 -0500 Subject: [PATCH] rust brainrot --- Minecraft.Client/Minecraft.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index dfd39cd8e..c1dcecf01 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -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();