GetVideoModeParams -> GetActualVideoModeParams

add GetApiDescription
This commit is contained in:
Chris Danford
2005-11-11 21:16:48 +00:00
parent 4d8ab8a6f6
commit 182232344f
15 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ static void CheckGameLoopTimerSkips( float fDeltaTime )
/* If vsync is on, and we have a solid framerate (vsync == refresh and we've sustained this
* for at least one second), we expect the amount of time for the last frame to be 1/FPS. */
if( iThisFPS != DISPLAY->GetVideoModeParams().rate || iThisFPS != iLastFPS )
if( iThisFPS != DISPLAY->GetActualVideoModeParams().rate || iThisFPS != iLastFPS )
{
iLastFPS = iThisFPS;
return;