Skip to content

Commit 8cbe5a8

Browse files
committed
Make window loading more explicit
1 parent 48545c4 commit 8cbe5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ int mainFunc(int argc, char* argv[]) {
126126
return -2;
127127
}
128128

129-
cout << "Loading..." << endl;
129+
cout << "Loading window..." << endl;
130130

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

0 commit comments

Comments
 (0)