Fix for editor running slow.

This commit is contained in:
Justin Marshall
2020-06-05 19:18:24 -07:00
parent ee9e9586d7
commit c21032ebd1
+1 -2
View File
@@ -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 );
}