Skip to content

Commit b133e25

Browse files
committed
pdb
1 parent adedf52 commit b133e25

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Build the mod
35-
uses: geode-sdk/build-geode-mod@main
35+
uses: Prevter/build-geode-mod@main
36+
#uses: geode-sdk/build-geode-mod@main
3637
with:
37-
uses: Prevter/build-geode-mod@main
3838
bindings: 'TheSillyDoggo/bindings'
3939
export-pdb: true
4040
combine: true

src/Hacks/TransparentBG.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ class $modify (AppDelegate)
7474

7575
if (auto b = typeinfo_cast<CCSprite*>(l->getChildren()->objectAtIndex(0)))
7676
{
77-
log::info("bg: {}", b);
78-
7977
if (getNodeName(b).starts_with("cocos2d::CCSprite"))
8078
{
8179
if (b->getColor().r == 0 && b->getColor().g == 102 && b->getColor().b == 255)

0 commit comments

Comments
 (0)