mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 14:02:48 +00:00
Fix typo that incorrect matrix information.
This commit is contained in:
parent
c77c7b320f
commit
abff77e985
@ -843,7 +843,7 @@ void LOTImageLayerItem::buildLayerNode()
|
|||||||
|
|
||||||
lotDrawable->mCNode->mImageInfo.mMatrix.m31 = combinedMatrix().m_tx();
|
lotDrawable->mCNode->mImageInfo.mMatrix.m31 = combinedMatrix().m_tx();
|
||||||
lotDrawable->mCNode->mImageInfo.mMatrix.m32 = combinedMatrix().m_ty();
|
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());
|
mCNodeList.push_back(lotDrawable->mCNode.get());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user