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:
authorCampbell Barton <ideasman42@gmail.com>2014-04-07 14:43:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-07 14:44:26 +0400
commit5dc23e6df851e2091f2808dc68a1fe03bab78026 (patch)
tree55eac8c88b9b53e5231d47251fead983c316aa4e /source/blender/freestyle
parent1279c39609267ce5d4f514971383d953226c5150 (diff)
Code cleanup: make the source G rated again.
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
index af3b7f09c31..dd9464f12c3 100644
--- a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
+++ b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
@@ -841,7 +841,7 @@ int BezierCurveShader::shade(Stroke& stroke) const
if (it.isEnd()) {
// XXX Shocking! :P Shouldn't we break in this case???
if (G.debug & G_DEBUG_FREESTYLE) {
- cout << "fucked up" << endl;
+ cout << "messed up!" << endl;
}
}
}