Fix return type in recent gizmo key-map refactor
This commit is contained in:
@@ -2564,7 +2564,7 @@ static int wm_handlers_do_keymap_with_keymap_handler(
|
||||
return action;
|
||||
}
|
||||
|
||||
static bool wm_handlers_do_keymap_with_gizmo_handler(
|
||||
static int wm_handlers_do_keymap_with_gizmo_handler(
|
||||
/* From 'wm_handlers_do_intern' */
|
||||
bContext *C,
|
||||
wmEvent *event,
|
||||
|
||||
Reference in New Issue
Block a user