Fix typo that incorrect matrix information.
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 26 Jun 2019 11:12:25 +0000 (20:12 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 01:55:48 +0000 (10:55 +0900)
src/lottie/lottieitem.cpp

index 9b823c5b8aad5c1e69b22153f0bb7237d93d3d45..14ff7322e0f55adef4b278403de639d21bbab66f 100644 (file)
@@ -843,7 +843,7 @@ void LOTImageLayerItem::buildLayerNode()
 
         lotDrawable->mCNode->mImageInfo.mMatrix.m31 = combinedMatrix().m_tx();
         lotDrawable->mCNode->mImageInfo.mMatrix.m32 = combinedMatrix().m_ty();
-        lotDrawable->mCNode->mImageInfo.mMatrix.m33 = combinedMatrix().m_13();
+        lotDrawable->mCNode->mImageInfo.mMatrix.m33 = combinedMatrix().m_33();
 
         mCNodeList.push_back(lotDrawable->mCNode.get());
     }