Merge pull request #114454 from ASamBlur/remove-unused-line-in-editor_properties
Remove unused variable in `editor_properties.cpp`
This commit is contained in:
commit
db8b8096e0
1 changed files with 0 additions and 1 deletions
|
|
@ -4043,7 +4043,6 @@ EditorProperty *EditorInspectorDefaultPlugin::get_editor_for_property(Object *p_
|
|||
} break;
|
||||
case Variant::BASIS: {
|
||||
EditorPropertyBasis *editor = memnew(EditorPropertyBasis);
|
||||
EditorPropertyRangeHint hint = _parse_range_hint(p_hint, p_hint_text, default_float_step);
|
||||
editor->setup(_parse_range_hint(p_hint, p_hint_text, default_float_step));
|
||||
return editor;
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue