Skip to content

Commit

Permalink
Fixed not printing startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Sep 1, 2019
1 parent 2d3ad88 commit 10488f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MipMapTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void printHelp() {
}

int main(int argc, char* argv[]) {
printStart();
if (argc <= 1) {
printHelp();
return 0;
Expand Down

0 comments on commit 10488f0

Please sign in to comment.