mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Fix names of Variant operators
(cherry picked from commit fefee533ae0e55882bbb1a7c42e1da5dc6adb24b)
This commit is contained in:
parent
94ddb499df
commit
3acd6fb728
@ -3715,8 +3715,9 @@ static const char *_op_names[Variant::OP_MAX] = {
|
||||
"*",
|
||||
"/",
|
||||
"- (negation)",
|
||||
"+ (positive)",
|
||||
"%",
|
||||
"..",
|
||||
"+ (concatenation)",
|
||||
"<<",
|
||||
">>",
|
||||
"&",
|
||||
|
Loading…
x
Reference in New Issue
Block a user