From d0e80b50e92d6c4099f7c4839cf587199d01498c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 17 Apr 2014 14:39:13 +0200 Subject: Fix another Freestyle building glitch. --- source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/freestyle/intern/view_map') diff --git a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp index e1eebd8b069..ee885f29211 100644 --- a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp +++ b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp @@ -298,11 +298,11 @@ iter: } #if 0 if (G.debug & G_DEBUG_FREESTYLE) { - printf("SilhouetteGeomEngine::ImageToWorldParameter(): #iters = %d, dist = %e\n", i, dist); + cout << "SilhouetteGeomEngine::ImageToWorldParameter(): #iters = " << i << ", dist = " << dist << "\n"; } #endif if (i == max_iters && G.debug & G_DEBUG_FREESTYLE) { - printf("SilhouetteGeomEngine::ImageToWorldParameter(): reached to max_iters (dist = %e)\n", dist); + cout << "SilhouetteGeomEngine::ImageToWorldParameter(): reached to max_iters (dist = " << dist << ")\n"; } } -- cgit v1.2.3