diff --git a/cocos/2d/CCNode.cpp b/cocos/2d/CCNode.cpp index 1a02e61db1..bd327cf99d 100644 --- a/cocos/2d/CCNode.cpp +++ b/cocos/2d/CCNode.cpp @@ -1378,7 +1378,7 @@ const Matrix& Node::getNodeToParentTransform() const } if(_rotationX) { Matrix rotX; - Matrix::createRotationY(CC_DEGREES_TO_RADIANS(_rotationX), &rotX); + Matrix::createRotationX(CC_DEGREES_TO_RADIANS(_rotationX), &rotX); _transform = _transform * rotX; } diff --git a/plugin b/plugin index 660761aa97..547ce2ea62 160000 --- a/plugin +++ b/plugin @@ -1 +1 @@ -Subproject commit 660761aa976c7f84274765fba813c9c6d567a8ab +Subproject commit 547ce2ea62a220a419f5df6bc54ab609437e49f3 diff --git a/tools/bindings-generator b/tools/bindings-generator index 4f99d9a65e..22db42ddf5 160000 --- a/tools/bindings-generator +++ b/tools/bindings-generator @@ -1 +1 @@ -Subproject commit 4f99d9a65e72e0c7cd86e7205b92729d2d764ef2 +Subproject commit 22db42ddf57dd020f1e6084ff08dee8d9e2334ec