Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-12-01 13:37:37 +0300
committerTon Roosendaal <ton@blender.org>2003-12-01 13:37:37 +0300
commit99058defd85bfb9e2224bc4618563178fd488359 (patch)
tree5d01d3f253b289c3a8688068a2fb3c21af488c7e
parent1bef6829e234ede2373627826ae7074ead539fde (diff)
- fixed type in printf (radiostity!)
-rw-r--r--source/blender/radiosity/intern/source/radrender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/radiosity/intern/source/radrender.c b/source/blender/radiosity/intern/source/radrender.c
index f4260cc7e32..bb656e3ea64 100644
--- a/source/blender/radiosity/intern/source/radrender.c
+++ b/source/blender/radiosity/intern/source/radrender.c
@@ -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();