This commit is contained in:
dinkc64 2024-12-20 10:10:53 -05:00
commit 78b0f21420
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ void draw_vector(UINT32 *palette)
// copy to the screen, only draw pixels that aren't black
// should be safe for any bit depth with putpix
if (pBurnDraw != NULL)
{
memset (pBurnDraw, 0, nScreenWidth * nScreenHeight * nBurnBpp);