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:
parent
c37f6ea6d8
commit
7377ea0a09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue