Skip to content

Commit

Permalink
zx
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 12, 2024
1 parent 34880cf commit 81d7851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hacks/TransparentBG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using namespace geode::prelude;
CCSprite::setColor(color3);
}
};*/

/*
std::string getNodeName(CCObject* node) {
#ifdef GEODE_IS_WINDOWS
return typeid(*node).name() + 6;
Expand Down Expand Up @@ -83,4 +83,4 @@ class $modify (AppDelegate)
}
}
}
};
};*/

0 comments on commit 81d7851

Please sign in to comment.