We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215ff9d commit e685337Copy full SHA for e685337
xmath/src/xMath.cpp
@@ -558,8 +558,8 @@ static const luaL_reg xMathModule_methods[] =
558
{"quat_basis", xMath_quat_basis},
559
{"quat_from_to", xMath_quat_from_to},
560
{"quat_rotation_x", xMath_quat_rotation_x},
561
- {"quat_rotation_y", xMath_quat_rotation_x},
562
- {"quat_rotation_z", xMath_quat_rotation_x},
+ {"quat_rotation_y", xMath_quat_rotation_y},
+ {"quat_rotation_z", xMath_quat_rotation_z},
563
{"quat", xMath_quat},
564
//* Vector + Quat
565
{"lerp", xMath_lerp},
0 commit comments