dont tell mat about this commit

This commit is contained in:
altalk23 2024-02-05 01:22:51 +03:00
parent f9b14c737d
commit cb7c024983

View file

@ -40,6 +40,7 @@ void InstallListCell::setupInfo(
auto logoSpr = this->createLogo({ logoSize, logoSize });
logoSpr->setPosition({ logoSize / 2 + 12.f, m_height / 2 });
logoSpr->setAnchorPoint({ .5f, .5f });
auto logoSprColor = typeinfo_cast<CCRGBAProtocol*>(logoSpr);
if (inactive && logoSprColor) {
logoSprColor->setColor({ 163, 163, 163 });