mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d3dx9_36: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
975bc319d5
commit
5d7fcf5210
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static void encodedxt5alpha(GLubyte *blkaddr, GLubyte srccolors[4][4][4],
|
|||
if ((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax)) { /* one color, either max or min */
|
||||
/* shortcut here since it is a very common case (and also avoids later problems) */
|
||||
/* || (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax) */
|
||||
/* could also thest for alpha0 == alpha1 (and not min/max), but probably not common, so don't bother */
|
||||
/* could also test for alpha0 == alpha1 (and not min/max), but probably not common, so don't bother */
|
||||
|
||||
*blkaddr++ = srccolors[0][0][3];
|
||||
blkaddr++;
|
||||
|
|
Loading…
Reference in a new issue