Merge branch 'dev' into tu19-take-2

This commit is contained in:
Tropical
2026-03-24 19:12:19 -05:00
6 changed files with 178 additions and 112 deletions

View File

@@ -1387,8 +1387,8 @@ void MinecraftServer::run(int64_t seed, void* lpParameter) {
QueryPerformanceCounter(&qwNewTime);
qwDeltaTime.QuadPart =
qwNewTime.QuadPart - qwTime.QuadPart;
fElapsedTime =
fSecsPerTick * static_cast<float>(qwDeltaTime.QuadPart);
fElapsedTime = fSecsPerTick *
static_cast<float>(qwDeltaTime.QuadPart);
app.DebugPrintf("Autosave: Elapsed time %f\n",
fElapsedTime);
} break;