From: John Tsiombikas Date: Tue, 13 Sep 2016 07:09:51 +0000 (+0300) Subject: grise: fixed artifact due to uninitialized guard-pand in backBuffer and X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=976c2aca502358c5f407a109c31d67abd519ac1d;hp=976c2aca502358c5f407a109c31d67abd519ac1d;p=dosdemo grise: fixed artifact due to uninitialized guard-pand in backBuffer and increased the performance slightly by copying the backBuffer to vmem_back, instead of fb_pixels. ---