diff --git a/src/main.cpp b/src/main.cpp index 32b1253..66f2621 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -230,6 +230,8 @@ HRESULT InitWindow(HINSTANCE hInstance, int nCmdShow) ShowWindow(g_hWnd, nCmdShow); + SetForegroundWindow(g_hWnd); + return S_OK; }