Small fixes, mostly dupicated code
This commit is contained in:
parent
c2c11fc063
commit
856a8226a5
29 changed files with 32 additions and 60 deletions
|
|
@ -2997,8 +2997,8 @@ static Error _lookup_symbol_from_base(const GDScriptParser::DataType &p_base, co
|
|||
}
|
||||
}
|
||||
}
|
||||
base_type = base_type.class_type->base_type;
|
||||
}
|
||||
base_type = base_type.class_type->base_type;
|
||||
} break;
|
||||
case GDScriptParser::DataType::SCRIPT:
|
||||
case GDScriptParser::DataType::GDSCRIPT: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue