Skip to content

Commit

Permalink
Test mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jun 25, 2024
1 parent 6e5c9c7 commit 4df8f09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Android32
os: ubuntu-latest
target: Android32

- name: macOS
os: macos-latest

- name: Android64
os: ubuntu-latest
target: Android64
Expand Down
13 changes: 6 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"geode": "3.0.0-beta.5",
"geode": "3.1.0",
"gd": {
"win": "2.206",
"android": "2.206"
"android": "2.206",
"mac": "2.206"
},
"version": "v1.3.16",
"version": "v1.3.17",
"id": "alphalaneous.happy_textures",
"name": "Happy Textures :3",
"developer": "Alphalaneous",
Expand Down Expand Up @@ -37,15 +38,13 @@
"name": "Pusab Fix",
"description": "Makes changing pusab in texture packs not affect the font within levels.",
"type": "bool",
"default": true,
"platforms": ["win", "android"]
"default": true
},
"comment-border-fix": {
"name": "Comment Border Fix",
"description": "Makes comment borders look cleaner, especially with texture packs.",
"type": "bool",
"default": true,
"platforms": ["win", "android"]
"default": true
},
"ui-modifications": {
"name": "Allow UI Modifications",
Expand Down
4 changes: 0 additions & 4 deletions src/fixes/FontFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

using namespace geode::prelude;

#ifndef GEODE_IS_MACOS

bool s_isInCreateTextLayers = false;

class $modify(GJBaseGameLayer) {
Expand Down Expand Up @@ -70,5 +68,3 @@ class $modify(CCTextureCache){
return ret;
}
};

#endif

0 comments on commit 4df8f09

Please sign in to comment.