You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
[Editor] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable
This commit is contained in:
@@ -1111,7 +1111,7 @@ void EditorPropertyDictionary::update_property() {
|
||||
}
|
||||
}
|
||||
|
||||
ERR_FAIL_COND(!prop);
|
||||
ERR_FAIL_NULL(prop);
|
||||
|
||||
prop->set_read_only(is_read_only());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user