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

Fix incorrect precedence of pow operator in GDScript

This commit is contained in:
Yuri Rubinsky
2022-05-12 10:02:03 +03:00
parent 516ec892b4
commit be8eb6625e
2 changed files with 2 additions and 1 deletions

View File

@@ -1265,6 +1265,7 @@ private:
PREC_FACTOR,
PREC_SIGN,
PREC_BIT_NOT,
PREC_POWER,
PREC_TYPE_TEST,
PREC_AWAIT,
PREC_CALL,