diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-12 11:16:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 11:16:36 +0200 |
commit | 3941e01a57653e6b2edb8f056f657f4ae9d569b0 (patch) | |
tree | 187dcae4f455608e2c2edf9bd9ecb71454b43209 /editor | |
parent | cbe7c23afe0910e9ee50e198fdb3170214315ed7 (diff) | |
parent | 5e18967d7730f162aa111b2972e3fdc80ee52579 (diff) |
Merge pull request #11041 from hpvb/fix-clang-format-error
Fix serveral recent new clang-format errors
[ci skip]
Diffstat (limited to 'editor')
-rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index 3d5732c749..c0a6606ea7 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -2269,7 +2269,6 @@ void CanvasItemEditor::_notification(int p_what) { if (p_what == NOTIFICATION_FIXED_PROCESS) { - EditorNode::get_singleton()->get_scene_root()->set_snap_controls_to_pixels(GLOBAL_GET("gui/common/snap_controls_to_pixels")); List<Node *> &selection = editor_selection->get_selected_node_list(); |