Fix name of matrix.get() and matrix.set()
This commit is contained in:
parent
7ee04cdaaa
commit
96c1fc4bd1
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ enum matrixfield_e {
|
|||
|
||||
static const char *const matrixfield_opt[] = {
|
||||
"clone",
|
||||
"getvalue",
|
||||
"setvalue",
|
||||
"get",
|
||||
"set",
|
||||
"mulXYZ",
|
||||
NULL};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue