mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
parent
5b8b9adb35
commit
cc39cf3e29
4 changed files with 186 additions and 1 deletions
|
|
@ -1103,7 +1103,9 @@ Error Expression::_get_token(Token &r_token) {
|
|||
is_first_char = false;
|
||||
}
|
||||
|
||||
str_ofs--;
|
||||
if (c != 0) {
|
||||
str_ofs--;
|
||||
}
|
||||
|
||||
r_token.type = TK_CONSTANT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue