X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fflags.cpp;h=1c606b13e53d62b97d556e2b8eb34f2dc8137bd8;hb=ffe2343de3fe982cc52a449b13f01137819ed42d;hp=7a8246030abf7d485836d467800612aaef5a7c95;hpb=56255d64099f0fbaa5271bcb246bc9510fd0e5d8;p=nageru diff --git a/futatabi/flags.cpp b/futatabi/flags.cpp index 7a82460..1c606b1 100644 --- a/futatabi/flags.cpp +++ b/futatabi/flags.cpp @@ -10,6 +10,7 @@ using namespace std; Flags global_flags; +int flow_initialized_interpolation_quality; // Long options that have no corresponding short option. enum LongOption { @@ -82,6 +83,7 @@ void parse_flags(int argc, char * const argv[]) break; case 'q': global_flags.interpolation_quality = atoi(optarg); + global_flags.interpolation_quality_set = true; break; case 'd': global_flags.working_directory = optarg;