mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Fix #20564 HDR import fail
Token has extra "0" at the end so it fail condition checking.
This commit is contained in:
parent
3f01f40e91
commit
7fbb826422
@ -270,7 +270,6 @@ String FileAccess::get_token() const {
|
||||
c = get_8();
|
||||
}
|
||||
|
||||
token += '0';
|
||||
return String::utf8(token.get_data());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user