Skip to content

Commit

Permalink
When did that happen
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames authored Dec 20, 2023
1 parent 10b1c72 commit 5cbc5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NorthstarDLL/engine/hoststate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5cbc5ec

Please sign in to comment.