Scorescreen no longer crashes but page flips all over the place. Disable color clear each frame.

This commit is contained in:
Justin Marshall
2020-06-14 18:28:42 -07:00
parent 5b3f63b4e4
commit c9e027e1a0
5 changed files with 28 additions and 17 deletions
+1
View File
@@ -1294,5 +1294,6 @@ inline long BufferClass::To_Page(int x, int y, int w, int h, GraphicViewPortClas
return ( return_code );
}
void Show_OldFrameBuffer(bool show);
#endif