- fixed type in printf (radiostity!)

This commit is contained in:
Ton Roosendaal
2003-12-01 10:37:37 +00:00
parent 1bef6829e2
commit 99058defd8

View File

@@ -279,7 +279,7 @@ void progressiverad_rr()
applyformfactors_rr(shoot);
it++;
printf("\r Radiostity step %d", it); fflush(stdout);
printf("\r Radiosity step %d", it); fflush(stdout);
clear_backface_test_rr();