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>2017-08-09 15:55:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-09 15:55:18 +0300
commit2ec865035c3db5f7554ae3a0dd0c93559dee2a62 (patch)
tree573dd8cd5cd8ba055da37d1b082611b17b49b24a /source/blender/windowmanager/manipulators/intern/wm_manipulator.c
parent8403ec51608cd82752ae0dc8efb11670fe428b0b (diff)
Error in last commit
Diffstat (limited to 'source/blender/windowmanager/manipulators/intern/wm_manipulator.c')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
index 3e6e851c6e0..ba2146768ed 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
@@ -531,7 +531,7 @@ void WM_manipulator_calc_matrix_final_params(
mul_mat3_m4_fl(final_matrix, *scale_final);
}
- mul_m4_m4m4(r_mat, final_matrix, matrix_space);
+ mul_m4_m4m4(r_mat, matrix_space, final_matrix);
}
void WM_manipulator_calc_matrix_final(const wmManipulator *mpr, float r_mat[4][4])