Merge pull request #20636 from goodyttoor/hdr_import
Fix #20564 HDR import fail
This commit is contained in:
commit
6ffd2d3529
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ String FileAccess::get_token() const {
|
|||
c = get_8();
|
||||
}
|
||||
|
||||
token += '0';
|
||||
return String::utf8(token.get_data());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue