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>2015-09-08 16:46:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-09-08 16:46:56 +0300
commitd5f1f66f06152e7bb881bbb6387e3dc01fce4326 (patch)
tree4aa7ed5bedb4ab09744006de582a06e6fc3ada57 /source/blender/editors/space_view3d/view3d_walk.c
parenta93e15aee37cad718fc2a2a53606bc2a35d60802 (diff)
typo in last commit
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_walk.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_walk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_walk.c b/source/blender/editors/space_view3d/view3d_walk.c
index 8bb102085b1..0bda6e37fd1 100644
--- a/source/blender/editors/space_view3d/view3d_walk.c
+++ b/source/blender/editors/space_view3d/view3d_walk.c
@@ -585,7 +585,7 @@ static bool initWalkInfo(bContext *C, WalkInfo *walk, wmOperator *op)
walk->center_mval[0] += walk->ar->winrct.xmin;
walk->center_mval[1] += walk->ar->winrct.ymin;
- WM_cursor_comaptible_xy(win, &walk->center_mval[0], &walk->center_mval[1]);
+ WM_cursor_compatible_xy(win, &walk->center_mval[0], &walk->center_mval[1]);
walk->center_mval[0] -= walk->ar->winrct.xmin;
walk->center_mval[1] -= walk->ar->winrct.ymin;