Skip to content

Commit

Permalink
added log for engine build date and time on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mormert committed Feb 17, 2024
1 parent ad8197a commit b24260e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/jleGameEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ struct jleGameEngine::jleEngineInternal {

jleGameEngine::jleGameEngine()
{
LOGI << "Project built on: " << __DATE__ ", at " << __TIME__;

LOGI << "Initializing job system";
wi::jobsystem::Initialize();

Expand Down

0 comments on commit b24260e

Please sign in to comment.