We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1790a28 commit 7d3e346Copy full SHA for 7d3e346
Source/UnrealEnginePython/Private/Wrappers/UEPyFRotator.cpp
@@ -29,7 +29,7 @@ static PyMethodDef ue_PyFRotator_methods[] = {
29
{ "get_vector", (PyCFunction)py_ue_frotator_get_vector, METH_VARARGS, "" },
30
{ "get_euler", (PyCFunction)py_ue_frotator_get_euler, METH_VARARGS, "" },
31
{ "normalized", (PyCFunction)py_ue_frotator_normalized, METH_VARARGS, "" },
32
- { "inversed", (PyCFunction)py_ue_frotator_normalized, METH_VARARGS, "" },
+ { "inversed", (PyCFunction)py_ue_frotator_inversed, METH_VARARGS, "" },
33
{ "quaternion", (PyCFunction)py_ue_frotator_quaternion, METH_VARARGS, "" },
34
{ NULL } /* Sentinel */
35
};
0 commit comments