Fix: force ntsc export alpha=255
This commit is contained in:
parent
a9450e196d
commit
2a54240372
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue