mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
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