1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

GDScript operator + - precedence bug fix

Fix: #43265
This commit is contained in:
Thakee Nathees
2021-01-10 18:33:05 +05:30
parent 7d972b8c67
commit 0889f14af9
2 changed files with 3 additions and 4 deletions

View File

@@ -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,