summaryrefslogtreecommitdiff
path: root/editor/property_selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/property_selector.cpp')
-rw-r--r--editor/property_selector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/property_selector.cpp b/editor/property_selector.cpp
index 96fcb4fe29..1272d064a0 100644
--- a/editor/property_selector.cpp
+++ b/editor/property_selector.cpp
@@ -67,6 +67,8 @@ void PropertySelector::_sbox_input(const Ref<InputEvent> &p_ie) {
current->select(0);
} break;
+ default:
+ break;
}
}
}