Skip to content

Commit

Permalink
for sl
Browse files Browse the repository at this point in the history
  • Loading branch information
IronException authored Aug 19, 2019
1 parent 2f74810 commit c9adba3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ int main(int argc, char *argv[]) {
minutor.setViewCavemode(true);
continue;
}
if (args[i] == "-sl" || args[i] == "--singlelayer")) {
minutor.setSingleLayer(true);
continue;
}
}

minutor.show();
Expand Down

0 comments on commit c9adba3

Please sign in to comment.