You've already forked godot
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:
@@ -1265,6 +1265,7 @@ private:
|
||||
PREC_FACTOR,
|
||||
PREC_SIGN,
|
||||
PREC_BIT_NOT,
|
||||
PREC_POWER,
|
||||
PREC_TYPE_TEST,
|
||||
PREC_AWAIT,
|
||||
PREC_CALL,
|
||||
|
||||
Reference in New Issue
Block a user