1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

-fixed key insert from editor window (#976)

This commit is contained in:
Juan Linietsky
2015-01-02 17:31:43 -03:00
parent 2144648a3d
commit 58a67a1e0f

View File

@@ -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: {