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-12-01 00:29:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-01 00:29:26 +0300
commit597d425638d304e7d70bd4d1a2d73eaf880d9242 (patch)
tree3060fc11ba55aa983f1b4cb48ac11f1f5523e042 /source/blender/editors
parent81f898f053d277a704c58031a56c261b974c36e2 (diff)
Cleanup: duplicate include
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/transform/transform_generics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/transform/transform_generics.c b/source/blender/editors/transform/transform_generics.c
index f27df3bba25..0a7d139d7a1 100644
--- a/source/blender/editors/transform/transform_generics.c
+++ b/source/blender/editors/transform/transform_generics.c
@@ -1404,9 +1404,9 @@ void initTransInfo(bContext *C, TransInfo *t, wmOperator *op, const wmEvent *eve
t->orientation.index = 0;
ARRAY_SET_ITEMS(
- t->orientation.types,
- NULL,
- &t->orientation.user);
+ t->orientation.types,
+ NULL,
+ &t->orientation.user);
/* Make second orientation local if both are global. */
if (t->orientation.user == V3D_MANIP_GLOBAL) {