diff --git a/scene/resources/curve.cpp b/scene/resources/curve.cpp index 668a2a25cb..0e50c3d17d 100644 --- a/scene/resources/curve.cpp +++ b/scene/resources/curve.cpp @@ -2458,7 +2458,7 @@ void Curve3D::_get_property_list(List *p_list) const { p_list->push_back(pi); } - pi = PropertyInfo(Variant::FLOAT, vformat("point_%d/tilt", i)); + pi = PropertyInfo(Variant::FLOAT, vformat("point_%d/tilt", i), PROPERTY_HINT_RANGE, "-360,360,0.1,or_less,or_greater,radians_as_degrees"); pi.usage &= ~PROPERTY_USAGE_STORAGE; p_list->push_back(pi); }