diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f4fb30..c29d1e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,9 @@ jobs: - name: Android32 os: ubuntu-latest target: Android32 - + - name: macOS + os: macos-latest + - name: Android64 os: ubuntu-latest target: Android64 diff --git a/mod.json b/mod.json index a23c15c..7cecf20 100644 --- a/mod.json +++ b/mod.json @@ -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", @@ -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", diff --git a/src/fixes/FontFix.cpp b/src/fixes/FontFix.cpp index 343410c..afdc091 100644 --- a/src/fixes/FontFix.cpp +++ b/src/fixes/FontFix.cpp @@ -7,8 +7,6 @@ using namespace geode::prelude; -#ifndef GEODE_IS_MACOS - bool s_isInCreateTextLayers = false; class $modify(GJBaseGameLayer) { @@ -70,5 +68,3 @@ class $modify(CCTextureCache){ return ret; } }; - -#endif \ No newline at end of file