fix for error in patch from r39821.

This commit is contained in:
Campbell Barton
2011-09-01 01:13:50 +00:00
parent 22676a434e
commit a22dc764bb

View File

@@ -174,7 +174,7 @@ static void stats_background(void *UNUSED(arg), RenderStats *rs)
fprintf(stdout, "Sce: %s Ve:%d Fa:%d La:%d", rs->scenename, rs->totvert, rs->totface, rs->totlamp);
}
BLI_exec_cb(rs, (ID *)rs, BLI_CB_EVT_RENDER_STATS);
BLI_exec_cb(G.main, NULL, BLI_CB_EVT_RENDER_STATS);
fputc('\n', stdout);
fflush(stdout);