fix own mistake [#26125] Command line render, absence of CRLF on certain lines

This commit is contained in:
Campbell Barton
2011-02-18 07:28:10 +00:00
parent d17df68c24
commit bb05b25942

View File

@@ -167,6 +167,7 @@ static void stats_background(void *UNUSED(arg), RenderStats *rs)
else
fprintf(stdout, "Sce: %s Ve:%d Fa:%d La:%d", rs->scenename, rs->totvert, rs->totface, rs->totlamp);
}
fputc('\n', stdout);
fflush(stdout);
}