From e14502c259e63bd66203fb8ecbac203abb58b8da Mon Sep 17 00:00:00 2001 From: lullabyist Date: Tue, 22 Oct 2024 14:52:46 +0530 Subject: [PATCH] Removing unnecessary whitespace --- editor/plugins/animation_state_machine_editor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp index 67c9124a8c4..3359afec01a 100644 --- a/editor/plugins/animation_state_machine_editor.cpp +++ b/editor/plugins/animation_state_machine_editor.cpp @@ -958,11 +958,11 @@ Ref AnimationNodeStateMachineEditor::_adjust_stylebox_opacity(Refget_bg_color(); Color border_color = flat_style->get_border_color(); Color shadow_color = flat_style->get_shadow_color(); - + bg_color.a *= p_opacity; border_color.a *= p_opacity; shadow_color.a *= p_opacity; - + flat_style->set_bg_color(bg_color); flat_style->set_border_color(border_color); flat_style->set_shadow_color(shadow_color); @@ -1293,7 +1293,7 @@ void AnimationNodeStateMachineEditor::_update_connected_nodes(const StringName & connected_nodes.clear(); if (p_node != StringName()) { connected_nodes.insert(p_node); - + Vector nodes_to = state_machine->get_nodes_with_transitions_to(p_node); for (int i = 0; i < nodes_to.size(); i++) { connected_nodes.insert(nodes_to[i]);