Removed blit code from gbuffer class. Fixed cmakelists for linux.

This commit is contained in:
Justin Marshall
2020-06-25 14:35:47 -07:00
parent 6bfdd6e0ce
commit c7e4870048
13 changed files with 125 additions and 214 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ int WWMessageBox::Process(const char * msg, const char * b1txt, const char * b2t
*/
if (AllSurfaces.SurfacesRestored) {
AllSurfaces.SurfacesRestored = false;
seen_buff_save.Blit(VisiblePage);
// seen_buff_save.Blit(VisiblePage);
display = true;
}
#endif