mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug-fix
GDScript operator `+` `-` precedence bug fix
This commit is contained in:
commit
0dba21a4d1
2 changed files with 3 additions and 4 deletions
|
|
@ -1172,8 +1172,7 @@ private:
|
|||
PREC_BIT_XOR,
|
||||
PREC_BIT_AND,
|
||||
PREC_BIT_SHIFT,
|
||||
PREC_SUBTRACTION,
|
||||
PREC_ADDITION,
|
||||
PREC_ADDITION_SUBTRACTION,
|
||||
PREC_FACTOR,
|
||||
PREC_SIGN,
|
||||
PREC_BIT_NOT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue