You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-Fixed a few bugs in Viewport
-Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
This commit is contained in:
@@ -2245,7 +2245,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
||||
//zoom=0.5;
|
||||
singleton=this;
|
||||
editor->get_animation_editor()->connect("keying_changed",this,"_keying_changed");
|
||||
add_to_group("unhandled_key_input");
|
||||
set_process_unhandled_key_input(true);
|
||||
can_move_pivot=false;
|
||||
pixel_snap=false;
|
||||
drag=DRAG_NONE;
|
||||
|
||||
Reference in New Issue
Block a user