Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Uproxide authored Feb 16, 2024
1 parent 1d0d2bb commit 947b175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class $modify(ProfilePage) {


for (const auto& contributor : geodeContributors) {
if (contributor == p0) {
if (contributor == p0->m_accountID) {
CCNode* first_letter = reinterpret_cast<CCNode*>(m_usernameLabel->getChildren()->objectAtIndex(0));
auto spr = CCSprite::create("geode.png"_spr);
auto badgeMenu = static_cast<cocos2d::CCMenu*>(this->getChildByID("bagde-menu"));
Expand Down

0 comments on commit 947b175

Please sign in to comment.