Some code changed with Clang-Tidy
This commit is contained in:
@@ -791,7 +791,7 @@ void EditorPropertyDictionary::update_property() {
|
||||
|
||||
} break;
|
||||
case Variant::_RID: {
|
||||
prop = memnew(EditorPropertyNil);
|
||||
prop = memnew(EditorPropertyRID);
|
||||
|
||||
} break;
|
||||
case Variant::OBJECT: {
|
||||
|
||||
Reference in New Issue
Block a user