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>2015-01-02 11:18:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-02 11:29:00 +0300
commit4abe5485273894302d575251e72a1fa7d43f4231 (patch)
tree5d6627b9f5d9bb536fb2fa700ad084d31e8dd3a8 /source/blender/editors/util
parentbf169d6ca606bfb99ffa9cc831c73d2c4bdeda05 (diff)
cleanup: style
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/ed_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index 86b96968047..32d4f2e5a15 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -174,7 +174,7 @@ bool ED_editors_flush_edits(const bContext *C, bool for_render)
}
else {
/* Set reorder=false so that saving the file doesn't reorder
- * the BMesh's elements */
+ * the BMesh's elements */
BKE_sculptsession_bm_to_me(ob, false);
}
}