Added printing of the nudge value in fgfs-construct.
This commit is contained in:
parent
327d8d1139
commit
bb5882e977
1 changed files with 1 additions and 0 deletions
|
@ -1210,6 +1210,7 @@ int main(int argc, char **argv) {
|
|||
cout << "X distance is " << xdist << endl;
|
||||
cout << "Y distance is " << ydist << endl;
|
||||
}
|
||||
cout << "Nudge is " << nudge << endl;
|
||||
for (int i = arg_pos; i < argc; i++) {
|
||||
load_dirs.push_back(argv[i]);
|
||||
cout << "Load directory: " << argv[i] << endl;
|
||||
|
|
Loading…
Reference in a new issue