mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 21:29:43 +00:00
Fixed misc. stray white pixels not white Color Half-Shift Pixel
This commit is contained in:
parent
4f931803e0
commit
3da0210312
@ -1710,7 +1710,7 @@ Legend:
|
||||
if (aPixels[iPixel]) // pixel on
|
||||
#endif
|
||||
{
|
||||
if (aPixels[2]) // White if pixel from previous byte and first pixel of this byte is on
|
||||
if (aPixels[2] || aPixels[0]) // White if pixel from previous byte and first pixel of this byte is on
|
||||
{
|
||||
SETSOURCEPIXEL(SRCOFFS_HIRES+offsetx+x+0 ,y , HGR_WHITE );
|
||||
SETSOURCEPIXEL(SRCOFFS_HIRES+offsetx+x+0 ,y+1, HGR_WHITE );
|
||||
|
Loading…
x
Reference in New Issue
Block a user