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:
Diffstat (limited to 'source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c')
-rw-r--r--source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c b/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c
index 63b02cb1509..0fa6cbfbb28 100644
--- a/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c
+++ b/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c
@@ -239,7 +239,7 @@ static void dial_draw_intern(
mul_mat3_m4_fl(mat, dial->manipulator.scale);
gpuPushMatrix();
- gpuMultMatrix3D(mat);
+ gpuMultMatrix(mat);
gpuTranslate3fv(dial->manipulator.offset);
/* draw rotation indicator arc first */