mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
dont tell mat about this commit
This commit is contained in:
parent
f9b14c737d
commit
cb7c024983
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue