mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-05 11:25:05 +00:00
Fix: force ntsc export alpha=255
This commit is contained in:
@@ -4939,8 +4939,8 @@ Update_t CmdNTSC (int nArgs)
|
||||
*pDst++ = pSrc[2];
|
||||
*pDst++ = pSrc[1];
|
||||
*pDst++ = pSrc[0];
|
||||
*pDst++ = pSrc[3];
|
||||
|
||||
// *pDst++ = pSrc[3];
|
||||
*pDst++ = 0xFF; // Force A=1, 100% opacity
|
||||
pSrc += 4;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user