From 5e18967d7730f162aa111b2972e3fdc80ee52579 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Thu, 7 Sep 2017 08:57:09 +0200 Subject: Fix serveral recent new clang-format errors --- editor/plugins/canvas_item_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor') 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 &selection = editor_selection->get_selected_node_list(); -- cgit v1.2.3