From 1c232c6a4e10388b9d132294d3da046058a58650 Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Wed, 24 Dec 2014 15:58:42 +0600 Subject: [PATCH] Correct VI_UpdateScreen(). --- VI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VI.cpp b/VI.cpp index c09030a5..be717344 100644 --- a/VI.cpp +++ b/VI.cpp @@ -93,7 +93,7 @@ void VI_UpdateScreen() if (*REG.VI_ORIGIN != VI.lastOrigin) { VI_UpdateSize(); - video().updateScale(); + ogl.updateScale(); } if (config.frameBufferEmulation.enable) {