Added console printout when rendering in parts, to keep track of progress.

Requested by Relic.
This commit is contained in:
Rob Haarsma 2005-04-09 09:18:32 +00:00
parent a74684cd6f
commit 9b81d8f84c

@ -1019,9 +1019,15 @@ static void mainRenderLoop(void) /* here the PART and FIELD loops */
R.rectftot= NULL;
pa->rectz= R.rectz;
R.rectz= NULL;
if(!(R.r.mode & R_BORDER)) {
printf("Rendered (%02d/%02d)\r", nr+1, totparts);
fflush(stdout);
}
}
}
if(RE_local_test_break()) break;
}