Skip to content

Commit 7d3e346

Browse files
author
Roberto De Ioris
committed
fixed 20tab#491
1 parent 1790a28 commit 7d3e346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Private/Wrappers/UEPyFRotator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static PyMethodDef ue_PyFRotator_methods[] = {
2929
{ "get_vector", (PyCFunction)py_ue_frotator_get_vector, METH_VARARGS, "" },
3030
{ "get_euler", (PyCFunction)py_ue_frotator_get_euler, METH_VARARGS, "" },
3131
{ "normalized", (PyCFunction)py_ue_frotator_normalized, METH_VARARGS, "" },
32-
{ "inversed", (PyCFunction)py_ue_frotator_normalized, METH_VARARGS, "" },
32+
{ "inversed", (PyCFunction)py_ue_frotator_inversed, METH_VARARGS, "" },
3333
{ "quaternion", (PyCFunction)py_ue_frotator_quaternion, METH_VARARGS, "" },
3434
{ NULL } /* Sentinel */
3535
};

0 commit comments

Comments
 (0)