Merge remote-tracking branch 'upstream/main' into linux-clang-support

# Conflicts:
#	Minecraft.Client/Common/UI/UIScene_ConnectingProgress.cpp
This commit is contained in:
ryleu 2026-03-30 15:57:13 -05:00
commit 7dd1e75b33
No known key found for this signature in database
21 changed files with 653 additions and 49 deletions

View file

@ -1795,6 +1795,7 @@ void MinecraftServer::run(int64_t seed, void *lpParameter)
chunkPacketManagement_PostTick();
}
lastTime = getCurrentTimeMillis();
// int64_t afterall = System::currentTimeMillis();
// PIXReportCounter(L"Server time all",(float)(afterall-beforeall));
// PIXReportCounter(L"Server ticks",(float)tickcount);