Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Dec 20, 2024
2 parents 44b17c8 + c446266 commit 78b0f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burn/vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 78b0f21

Please sign in to comment.