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:
-rw-r--r--source/blender/src/transform_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/transform_manipulator.c b/source/blender/src/transform_manipulator.c
index f473de04698..1572f0a30e1 100644
--- a/source/blender/src/transform_manipulator.c
+++ b/source/blender/src/transform_manipulator.c
@@ -1865,7 +1865,7 @@ void BIF_draw_manipulator(ScrArea *sa)
VECCOPY(v3d->twmat[3], G.scene->twcent);
break;
case V3D_CURSOR:
- VECCOPY(v3d->twmat[3], G.scene->cursor);
+ VECCOPY(v3d->twmat[3], give_cursor());
break;
}