mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 22:19:07 +00:00
Update Core.cpp
This commit is contained in:
parent
9ba8e21467
commit
f3fe225270
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ Core *core = 0;
|
|||
HICON icon_windows = 0;
|
||||
#endif
|
||||
|
||||
#ifndef KMOD_GUI
|
||||
#define KMOD_GUI KMOD_META
|
||||
#endif
|
||||
|
||||
void Core::initIcon()
|
||||
{
|
||||
#ifdef BBGE_BUILD_WINDOWS
|
||||
|
|
Loading…
Reference in a new issue