1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 01:33:49 +00:00

Fixed SDL2 and OpenAL references (#78)

* Fixed SDL2 and OpenAL references

* Revert OpenAL changes
This commit is contained in:
Kreeblah 2022-03-30 13:53:23 -07:00 committed by GitHub
parent c37f6ea6d8
commit 7377ea0a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ Core *core = 0;
HICON icon_windows = 0; HICON icon_windows = 0;
#endif #endif
#ifndef KMOD_GUI #if !defined KMOD_GUI && !SDL_VERSION_ATLEAST(2, 0, 14)
#define KMOD_GUI KMOD_META #define KMOD_GUI KMOD_META
#endif #endif