Skip to content

Commit

Permalink
fd
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 20, 2024
1 parent e14907d commit 38f8399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"default": 128,
"min": 1,
"max": 512,
"platforms": [ "macos", "windows" ]
"platforms": [ "macos" ]
},
"apply-profiles": {
"name": "Apply to Profiles",
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class $modify(ProfilePage) {
}
}

#ifndef GEODE_IS_MACOS
#ifdef GEODE_IS_MACOS

auto l = reinterpret_cast<CCLayer*>(this->getChildren()->objectAtIndex(0));
auto size = ccp(reinterpret_cast<CCNode*>(l->getChildren()->objectAtIndex(0))->getContentSize().width, reinterpret_cast<CCNode*>(l->getChildren()->objectAtIndex(0))->getContentSize().height);
Expand Down Expand Up @@ -314,7 +314,7 @@ class $modify(ProfilePage) {

ProfilePage::loadPageFromUserInfo(score);

#ifndef GEODE_IS_MACOS
#ifdef GEODE_IS_MACOS

if (GradientPages::macNode)
{
Expand Down

0 comments on commit 38f8399

Please sign in to comment.