You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #88597 from KoBeWi/thinking_outside_the_inspector
Remove error when property is outside inspector
This commit is contained in:
@@ -429,7 +429,7 @@ EditorInspector *EditorProperty::get_parent_inspector() const {
|
||||
}
|
||||
parent = parent->get_parent();
|
||||
}
|
||||
ERR_FAIL_V_MSG(nullptr, "EditorProperty is outside inspector.");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void EditorProperty::set_doc_path(const String &p_doc_path) {
|
||||
|
||||
Reference in New Issue
Block a user