diff options
| author | Henrique L. Alves | 2016-10-12 18:43:59 -0300 |
|---|---|---|
| committer | Henrique L. Alves | 2016-10-22 14:26:48 -0200 |
| commit | 6a4b4c7db45281ecbaeee3f144f77d72858f53d4 (patch) | |
| tree | 4824df4988172402468536e14704d8f592eeb9bd /core/variant.h | |
| parent | 12843167cacf3bacca32c29b7ea8b4426392bad0 (diff) | |
| download | godot-6a4b4c7db45281ecbaeee3f144f77d72858f53d4.tar.gz godot-6a4b4c7db45281ecbaeee3f144f77d72858f53d4.tar.zst godot-6a4b4c7db45281ecbaeee3f144f77d72858f53d4.zip | |
Diffstat (limited to 'core/variant.h')
| -rw-r--r-- | core/variant.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant.h b/core/variant.h index 90be593bd..ccb8c5e3d 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 |
