From c21032ebd16f3abb007d29a3770a231db7423250 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Fri, 5 Jun 2020 19:18:24 -0700 Subject: [PATCH] Fix for editor running slow. --- REDALERT/WIN32LIB/GBUFFER.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/REDALERT/WIN32LIB/GBUFFER.H b/REDALERT/WIN32LIB/GBUFFER.H index e6d7aa1..4ee79eb 100644 --- a/REDALERT/WIN32LIB/GBUFFER.H +++ b/REDALERT/WIN32LIB/GBUFFER.H @@ -983,8 +983,7 @@ inline unsigned long GraphicViewPortClass::Print(char const *str, int x, int y, return_code = (Buffer_Print(this, str, x, y, fcol, bcol)); } Unlock(); - - Device_Present(); + return ( return_code ); }