Remove the yield from the render thread.

This commit is contained in:
Skyth 2025-02-05 12:59:42 +03:00
parent 553e011dad
commit 2d56566924

View file

@ -4907,8 +4907,6 @@ static std::thread g_renderThread([]
default: assert(false && "Unrecognized render command type."); break;
}
}
std::this_thread::yield();
}
});