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>2018-05-18 20:55:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-18 20:56:34 +0300
commit1fd11dd3ba83663939aefc96a435cc0e5b5b68e3 (patch)
tree8625e3412e7a0800d9ed66e554bbca149ddbf093 /source/blender/editors/manipulator_library
parentffaf55be94dc2c16de944ffd5f7803b0caf6671d (diff)
Cleanup: comments, use negate_mat3_m4
Diffstat (limited to 'source/blender/editors/manipulator_library')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c b/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
index 770e7716dd2..86c3b4a09de 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
+++ b/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
@@ -306,7 +306,7 @@ static void MANIPULATOR_WT_button_2d(wmManipulatorType *wt)
prop = RNA_def_property(wt->srna, "icon", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_items(prop, rna_enum_icon_items);
- /* Passed to 'GPU_batch_from_poly_2d_encoded' */
+ /* Passed to 'GPU_batch_tris_from_poly_2d_encoded' */
RNA_def_property(wt->srna, "shape", PROP_STRING, PROP_BYTESTRING);
/* Currently only used for cursor display. */