Skip to content

Commit

Permalink
remove mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
NinSam committed Nov 26, 2024
1 parent 1cd6436 commit bd6ce74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

- name: Android32
os: ubuntu-latest
target: Android32
Expand Down
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ class $modify(LevelSearchLayer) {
}

/*
Idea from @Random_person921
from here: https://www.youtube.com/watch?v=khNOxO_uq80&t=25s
Uses music slider: FMODAudioEngine::sharedEngine()->playMusic();
Uses sfx slider: FMODAudioEngine::sharedEngine()->playEffect();
*/

};

0 comments on commit bd6ce74

Please sign in to comment.