Browse Source

-fixed key insert from editor window (#976)

Juan Linietsky 10 years ago
parent
commit
58a67a1e0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/editor/plugins/canvas_item_editor_plugin.cpp

+ 1 - 1
tools/editor/plugins/canvas_item_editor_plugin.cpp

@@ -2307,7 +2307,7 @@ void CanvasItemEditor::_popup_callback(int p_op) {
 		} break;
 		} break;
 		case ANIM_INSERT_ROT: {
 		case ANIM_INSERT_ROT: {
 
 
-			key_pos = key_rot_button->is_pressed();
+			key_rot = key_rot_button->is_pressed();
 		} break;
 		} break;
 		case ANIM_INSERT_SCALE: {
 		case ANIM_INSERT_SCALE: {