]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.cpp
show camera position in debug overlay
[blank.git] / src / app / Runtime.cpp
index 1dcf722f9e94e06db392822aabad9e6abb6d5782..e5f74b459ec14d38a7b589b81623d470056d1c8f 100644 (file)
@@ -111,9 +111,6 @@ void Runtime::ReadArgs(int argc, const char *const *argv) {
                                        }
                                }
                        }
-               } else if (isdigit(arg[0])) {
-                       // positional number interpreted as -n
-                       n = strtoul(arg, nullptr, 10);
                } else {
                        cerr << "unable to interpret argument "
                                << i << " (" << arg << ")" << endl;