summaryrefslogtreecommitdiff
path: root/core/variant.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-11-11 10:55:26 +0100
committerGitHub <noreply@github.com>2016-11-11 10:55:26 +0100
commit7751a933a924ddd3c96369c5f54c3e60450a6d04 (patch)
treecde2212eb7aaa2aa34703d9bd0ac9255005d8e84 /core/variant.h
parentd0d81a2470f903ae2dc2cf33574f473c2c094977 (diff)
parent6a4b4c7db45281ecbaeee3f144f77d72858f53d4 (diff)
Merge pull request #6802 from henriquelalves/master
Added small modification on gdscript parser to allow users insert '+' before variables
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant.h b/core/variant.h
index 90be593bd9..ccb8c5e3df 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -336,6 +336,7 @@ public:
OP_MULTIPLY,
OP_DIVIDE,
OP_NEGATE,
+ OP_POSITIVE,
OP_MODULE,
OP_STRING_CONCAT,
//bitwise