You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Added small modification on parser for '+'
This commit is contained in:
@@ -209,6 +209,7 @@ public:
|
||||
OP_INDEX_NAMED,
|
||||
//unary operators
|
||||
OP_NEG,
|
||||
OP_POS,
|
||||
OP_NOT,
|
||||
OP_BIT_INVERT,
|
||||
OP_PREINC,
|
||||
|
||||
Reference in New Issue
Block a user