Changed spelling for consistency.
This commit is contained in:
parent
74047a3267
commit
d3b85c8965
2 changed files with 12 additions and 12 deletions
|
@ -155,7 +155,7 @@ void _testBlitBlendMode(int mode)
|
|||
for (j=0; j <= nj; j+=4) {
|
||||
for (i=0; i <= ni; i+=4) {
|
||||
if (mode == -2) {
|
||||
/* Set colour mod. */
|
||||
/* Set color mod. */
|
||||
ret = SDL_SetSurfaceColorMod( face, (255/nj)*j, (255/ni)*i, (255/nj)*j );
|
||||
if (ret != 0) checkFailCount2++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue