mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
enable fmod fix for all platforms
This commit is contained in:
parent
8ab3f56090
commit
682144f188
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
#include <Geode/Geode.hpp>
|
||||
|
||||
#ifdef GEODE_IS_ANDROID
|
||||
|
||||
using namespace geode::prelude;
|
||||
|
||||
auto g_systemInitialized = false;
|
||||
|
@ -63,5 +61,3 @@ struct AndroidFMODFix : Modify<AndroidFMODFix, FMODAudioEngine> {
|
|||
}
|
||||
};
|
||||
*/
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue