-fixed key insert from editor window (#976)
This commit is contained in:
parent
2144648a3d
commit
58a67a1e0f
1 changed files with 1 additions and 1 deletions
|
@ -2307,7 +2307,7 @@ void CanvasItemEditor::_popup_callback(int p_op) {
|
|||
} break;
|
||||
case ANIM_INSERT_ROT: {
|
||||
|
||||
key_pos = key_rot_button->is_pressed();
|
||||
key_rot = key_rot_button->is_pressed();
|
||||
} break;
|
||||
case ANIM_INSERT_SCALE: {
|
||||
|
||||
|
|
Loading…
Reference in a new issue