Skip to content

Commit

Permalink
Make window loading more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Sep 9, 2017
1 parent 48545c4 commit 8cbe5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int mainFunc(int argc, char* argv[]) {
return -2;
}

cout << "Loading..." << endl;
cout << "Loading window..." << endl;

// Load images passed via command line in the background prior to
// creating our main application such that they are not stalled
Expand Down

0 comments on commit 8cbe5a8

Please sign in to comment.