diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 4a14da4d9e..a788dbc2bd 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -641,6 +641,8 @@ int RageDisplay_D3D::GetMaxTextureSize() const bool RageDisplay_D3D::BeginFrame() { + GraphicsWindow::Update(); + #if !defined(XBOX) switch( g_pd3dDevice->TestCooperativeLevel() ) { @@ -672,8 +674,6 @@ void RageDisplay_D3D::EndFrame() g_pd3dDevice->Present( 0, 0, 0, 0 ); FrameLimitAfterVsync(); - GraphicsWindow::Update(); - RageDisplay::EndFrame(); }