mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix editor help crash
This commit is contained in:
@@ -443,6 +443,10 @@ bool EditorHelpSearch::Runner::_phase_member_items_init() {
|
||||
}
|
||||
|
||||
bool EditorHelpSearch::Runner::_phase_member_items() {
|
||||
if (!iterator_match) {
|
||||
return true;
|
||||
}
|
||||
|
||||
ClassMatch &match = iterator_match->value;
|
||||
|
||||
if (!match.doc || match.doc->name.is_empty()) {
|
||||
|
||||
Reference in New Issue
Block a user