merge dupe EndFrame code

This commit is contained in:
Glenn Maynard
2005-07-13 00:37:43 +00:00
parent f384783335
commit fcbe90cc09
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -644,9 +644,10 @@ void RageDisplay_D3D::EndFrame()
{
g_pd3dDevice->EndScene();
g_pd3dDevice->Present( 0, 0, 0, 0 );
ProcessStatsOnFlip();
GraphicsWindow::Update();
RageDisplay::EndFrame();
}
bool RageDisplay_D3D::SupportsTextureFormat( PixelFormat pixfmt, bool realtime )