diff --git a/src/gx/d3d/CGxDeviceD3d.cpp b/src/gx/d3d/CGxDeviceD3d.cpp index f2b001b..e4add37 100644 --- a/src/gx/d3d/CGxDeviceD3d.cpp +++ b/src/gx/d3d/CGxDeviceD3d.cpp @@ -950,7 +950,7 @@ bool CGxDeviceD3d::ICreateWindow(CGxFormat& format) { ); if (this->m_hwnd && format.maximize != 2) { - ShowWindow(this->m_hwnd, 1); + ShowWindow(this->m_hwnd, SW_SHOWNORMAL); } return this->m_hwnd != nullptr;