Move VideoRedrawScreen() to Video. (PR #904)

This commit is contained in:
Andrea
2021-01-01 12:42:24 +00:00
committed by GitHub
parent c7d9a780bb
commit 9d7aa7d309
10 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ static void Spkr_DSUninit();
static void DisplayBenchmarkResults ()
{
DWORD totaltime = GetTickCount()-extbench;
GetFrame().VideoRedrawScreen();
GetVideo().VideoRedrawScreen();
TCHAR buffer[64];
wsprintf(buffer,
TEXT("This benchmark took %u.%02u seconds."),