diff options
| author | Aaron Franke <arnfranke@yahoo.com> | 2021-04-28 03:36:08 -0400 |
|---|---|---|
| committer | Aaron Franke <arnfranke@yahoo.com> | 2021-06-03 07:30:01 -0400 |
| commit | 08a85352fbf03e392d9fe9ffa2db067d1fea8488 (patch) | |
| tree | 56b06ff18d3da46b87e074f62fbc35fe1b948eee /editor/editor_properties.cpp | |
| parent | de3f6699a5192153e9882a62b58b9ca6cd82ee2d (diff) | |
| download | redot-engine-08a85352fbf03e392d9fe9ffa2db067d1fea8488.tar.gz | |
Rename Variant TRANSFORM to TRANSFORM3D
Also _transform to _transform3d
Diffstat (limited to 'editor/editor_properties.cpp')
| -rw-r--r-- | editor/editor_properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp index 66180b8653..4436c431d9 100644 --- a/editor/editor_properties.cpp +++ b/editor/editor_properties.cpp @@ -3107,7 +3107,7 @@ bool EditorInspectorDefaultPlugin::parse_property(Object *p_object, Variant::Typ editor->setup(min, max, step, hide_slider); add_property_editor(p_path, editor); } break; - case Variant::TRANSFORM: { + case Variant::TRANSFORM3D: { EditorPropertyTransform *editor = memnew(EditorPropertyTransform); double min = -65535, max = 65535, step = default_float_step; bool hide_slider = true; |
