disable FMODFix on macos, temporarily

do this until we figure out what causes the few previous commits to not build on mac
This commit is contained in:
mat 2024-04-28 16:12:51 -03:00 committed by GitHub
parent 9d87659d26
commit 4e130c9b3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,8 @@
#include <Geode/Geode.hpp>
// uncomment whenever macos stops complaining about fmod link errors
#ifndef GEODE_IS_MACOS
using namespace geode::prelude;
auto g_systemInitialized = false;
@ -63,3 +66,5 @@ struct AndroidFMODFix : Modify<AndroidFMODFix, FMODAudioEngine> {
}
};
*/
#endif