Rename EditorPropertyTransform to EditorPropertyTransform3D
This commit is contained in:
parent
5d9cab3aeb
commit
6f472d154b
6 changed files with 17 additions and 17 deletions
|
|
@ -869,7 +869,7 @@ void EditorPropertyDictionary::update_property() {
|
|||
|
||||
} break;
|
||||
case Variant::TRANSFORM3D: {
|
||||
EditorPropertyTransform *editor = memnew(EditorPropertyTransform);
|
||||
EditorPropertyTransform3D *editor = memnew(EditorPropertyTransform3D);
|
||||
editor->setup(-100000, 100000, 0.001, true);
|
||||
prop = editor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue