diff --git a/editor/inspector/editor_properties.cpp b/editor/inspector/editor_properties.cpp index 10478e501cf..b27faecd4ca 100644 --- a/editor/inspector/editor_properties.cpp +++ b/editor/inspector/editor_properties.cpp @@ -3591,8 +3591,8 @@ bool EditorInspectorDefaultPlugin::parse_property(Object *p_object, const Varian struct EditorPropertyRangeHint { bool or_greater = true; bool or_less = true; - double min = -99999.0; - double max = 99999.0; + double min = 0.0; + double max = 0.0; double step = 1.0; String suffix; bool exp_range = false;