1
0
Fork 0

Reverting init.cpp

pull/38/head
Lundar 2018-06-21 04:33:12 -04:00
commit 3858c86139
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ void __fastcall init_activate_window(HWND hWnd, bool activated)
LONG dwNewLong; // eax
window_activated = activated;
//UiAppActivate(activated);
UiAppActivate(activated);
dwNewLong = GetWindowLongA(hWnd, GWL_STYLE);
if ( window_activated && fullscreen )