ALL: format code

This commit is contained in:
Pawel Kolodziejski 2011-05-16 09:51:06 +02:00
parent 259eb97cb0
commit 20e222cdf5
4 changed files with 31 additions and 35 deletions

View file

@ -552,7 +552,7 @@ void GfxOpenGL::createBitmap(BitmapData *bitmap) {
}
}
texOut = texData;
} else if(bitmap->_colorFormat == BM_RGB1555){
} else if (bitmap->_colorFormat == BM_RGB1555) {
bitmap->convertToColorFormat(pic, BM_RGBA);
texOut = (byte *)bitmap->getImageData(pic);
} else {