code cleanup: rename G.rt to G.debug_value
This commit is contained in:
@@ -390,7 +390,7 @@ static int debug_mode_libmv(int UNUSED(argc), const char **UNUSED(argv), void *U
|
||||
static int set_debug_value(int argc, const char **argv, void *UNUSED(data))
|
||||
{
|
||||
if (argc > 1) {
|
||||
G.rt = atoi(argv[1]);
|
||||
G.debug_value = atoi(argv[1]);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user