From 029a6d8953551078d00c395f7fe77cf357729d58 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 20 Jun 2021 13:12:33 -0400 Subject: [PATCH] Use Key enum instead of plain integers --- visual_script_property_selector.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/visual_script_property_selector.cpp b/visual_script_property_selector.cpp index 8bf1c6c..bacb194 100644 --- a/visual_script_property_selector.cpp +++ b/visual_script_property_selector.cpp @@ -74,6 +74,8 @@ void VisualScriptPropertySelector::_sbox_input(const Ref &p_ie) { current->select(0); } break; + default: + break; } } }