diff --git a/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp b/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp index a0c891c..176d259 100644 --- a/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp +++ b/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp @@ -1239,7 +1239,7 @@ void GpDisplayDriverD3D11::SetBackgroundColor(uint8_t r, uint8_t g, uint8_t b, u void GpDisplayDriverD3D11::RequestToggleFullScreen(uint32_t timestamp) { - // Alt-Enter gets re-sent after a full-screen toggle, so we ignore toggle requests until half a second has seconds have elapsed + // Alt-Enter gets re-sent after a full-screen toggle, so we ignore toggle requests until half a second has elapsed if (timestamp > m_lastFullScreenToggleTimeStamp + 30) { m_isFullScreenDesired = !m_isFullScreenDesired;