Fix names of Variant operators

(cherry picked from commit fefee533ae)
This commit is contained in:
George Marques 2018-04-16 14:54:49 -03:00 committed by Hein-Pieter van Braam
parent 94ddb499df
commit 3acd6fb728
1 changed files with 2 additions and 1 deletions

View File

@ -3715,8 +3715,9 @@ static const char *_op_names[Variant::OP_MAX] = {
"*", "*",
"/", "/",
"- (negation)", "- (negation)",
"+ (positive)",
"%", "%",
"..", "+ (concatenation)",
"<<", "<<",
">>", ">>",
"&", "&",