fix own mistake [#26125] Command line render, absence of CRLF on certain lines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user