From be8eb6625e31254d11f5ac18dfc10c3c24561c04 Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Thu, 12 May 2022 10:02:03 +0300 Subject: Fix incorrect precedence of pow operator in GDScript --- modules/gdscript/gdscript_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gdscript_parser.h') diff --git a/modules/gdscript/gdscript_parser.h b/modules/gdscript/gdscript_parser.h index a9f407fbb5..ab05ac5f51 100644 --- a/modules/gdscript/gdscript_parser.h +++ b/modules/gdscript/gdscript_parser.h @@ -1265,6 +1265,7 @@ private: PREC_FACTOR, PREC_SIGN, PREC_BIT_NOT, + PREC_POWER, PREC_TYPE_TEST, PREC_AWAIT, PREC_CALL, -- cgit v1.2.3