Merge pull request #8062 from magyar123/master
Fixed typo in gdscript autocompletion.
This commit is contained in:
commit
bc547bbf36
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ static Ref<Reference> _get_parent_class(GDCompletionContext &context) {
|
|||
if (script.is_null()) {
|
||||
return REF();
|
||||
}
|
||||
if (script->is_valid()) {
|
||||
if (!script->is_valid()) {
|
||||
|
||||
return REF();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue