diff --git a/src/RageDisplay_D3D.cpp b/src/RageDisplay_D3D.cpp index 3bc8a51e8f..1a60cc5619 100644 --- a/src/RageDisplay_D3D.cpp +++ b/src/RageDisplay_D3D.cpp @@ -562,6 +562,9 @@ RString RageDisplay_D3D::TryVideoMode( const VideoModeParams &_p, bool &bNewDevi ResolutionChanged(); + // Present once the window is created so we don't display a white frame while initializing + g_pd3dDevice->Present(0, 0, 0, 0); + return RString(); // mode change successful }