Rename EditorPropertyTransform to EditorPropertyTransform3D

This commit is contained in:
Aaron Franke
2021-06-03 21:58:26 -04:00
parent 5d9cab3aeb
commit 6f472d154b
6 changed files with 17 additions and 17 deletions

View File

@@ -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;