code cleanup: rename G.rt to G.debug_value

This commit is contained in:
Campbell Barton
2012-08-08 18:21:54 +00:00
parent 5019cd179f
commit 0b5a995cfd
20 changed files with 54 additions and 48 deletions

View File

@@ -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;
}