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>2016-01-28 09:23:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-28 09:23:12 +0300
commit05dbc470ad9c1f953b5e8d2da5e3f1bfba6d4814 (patch)
treede528cc01ce385cd17d6d0b2fb2624c43a0b78de /source/blender/editors/sculpt_paint
parenta1d7f67d81bdc7ece8a757ab79d0b64f4e612bfd (diff)
Cleanup: warnings & style
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 7cc70418fe7..5675b2e97f7 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -4819,7 +4819,7 @@ static void sculpt_brush_stroke_cancel(bContext *C, wmOperator *op)
Sculpt *sd = CTX_data_tool_settings(C)->sculpt;
const Brush *brush = BKE_paint_brush(&sd->paint);
- /* XXX Cancelling strokes that way does not work with dynamic topology, user will have to do real undo for now.
+ /* XXX Canceling strokes that way does not work with dynamic topology, user will have to do real undo for now.
* See T46456. */
if (ss->cache && !sculpt_stroke_is_dynamic_topology(ss, brush)) {
paint_mesh_restore_co(sd, ob);