diff options
| author | George Marques | 2018-04-16 14:54:49 -0300 |
|---|---|---|
| committer | George Marques | 2018-04-16 14:54:49 -0300 |
| commit | fefee533ae0e55882bbb1a7c42e1da5dc6adb24b (patch) | |
| tree | d34ef52772542cbd9270593aecc7e0c671f2dfa1 /core/variant_op.cpp | |
| parent | 7b5703bc41460c5c8b955f879190625da85a2a81 (diff) | |
| download | godot-fefee533ae0e55882bbb1a7c42e1da5dc6adb24b.tar.gz godot-fefee533ae0e55882bbb1a7c42e1da5dc6adb24b.tar.zst godot-fefee533ae0e55882bbb1a7c42e1da5dc6adb24b.zip | |
Diffstat (limited to 'core/variant_op.cpp')
| -rw-r--r-- | core/variant_op.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/variant_op.cpp b/core/variant_op.cpp index 8ad981ed0..4e3759391 100644 --- a/core/variant_op.cpp +++ b/core/variant_op.cpp @@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = { "*", "/", "- (negation)", + "+ (positive)", "%", - "..", + "+ (concatenation)", "<<", ">>", "&", |
