From 5cbc5ec1da0cf2526e095915e85e0f8c3f7c9806 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:32:49 +0000 Subject: [PATCH] When did that happen --- NorthstarDLL/engine/hoststate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NorthstarDLL/engine/hoststate.cpp b/NorthstarDLL/engine/hoststate.cpp index d45cb7679..4f5b7c93e 100644 --- a/NorthstarDLL/engine/hoststate.cpp +++ b/NorthstarDLL/engine/hoststate.cpp @@ -72,7 +72,7 @@ void, __fastcall, (CHostState* self)) double dStartTime = Plat_FloatTime(); CHostState__State_NewGame(self); - DevMsg(eLog::ENGINE, "loading took %f sec\n", Plat_FloatTime() - dStartTime + DevMsg(eLog::ENGINE, "loading took %f sec\n", Plat_FloatTime() - dStartTime); // setup server presence g_pServerPresence->CreatePresence();