Skip to content

Commit

Permalink
Minor log trace
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Sep 2, 2024
1 parent db62e9f commit b723498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/geargrafx_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ GeargrafxCore::~GeargrafxCore()

void GeargrafxCore::Init(GG_Pixel_Format pixel_format)
{
Log("Loading %s core %s ...", GG_TITLE, GG_VERSION);
Log("by Ignacio Sanchez");
Log("Loading %s core %s by Ignacio Sanchez", GG_TITLE, GG_VERSION);

srand((unsigned int)time(NULL));

Expand Down

0 comments on commit b723498

Please sign in to comment.