Fix type error in 5297bf318e

This commit is contained in:
Campbell Barton 2021-10-21 16:44:03 +11:00
parent 33d6d7c6e3
commit 2a047fadc0
1 changed files with 1 additions and 1 deletions

View File

@ -9904,7 +9904,7 @@ static bool ui_mouse_motion_towards_check(uiBlock *block,
static void ui_mouse_motion_keynav_init(struct uiKeyNavLock *keynav, const wmEvent *event)
{
keynav->is_keynav = true;
copy_v2_v2_int(keynav->event_xy, &event->xy);
copy_v2_v2_int(keynav->event_xy, event->xy);
}
/**
* Return true if key-input isn't blocking mouse-motion,