瀏覽代碼

Merge pull request #18239 from vnen/variant-op-names

Fix names of Variant operators
Rémi Verschelde 7 年之前
父節點
當前提交
e9ad3fada1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/variant_op.cpp

+ 2 - 1
core/variant_op.cpp

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