Fix name of matrix.get() and matrix.set()

This commit is contained in:
LJ Sonic 2025-08-07 12:39:57 +02:00 committed by Anonimus
parent 7ee04cdaaa
commit 96c1fc4bd1

View file

@ -91,8 +91,8 @@ enum matrixfield_e {
static const char *const matrixfield_opt[] = {
"clone",
"getvalue",
"setvalue",
"get",
"set",
"mulXYZ",
NULL};