ALL: format code
This commit is contained in:
parent
259eb97cb0
commit
20e222cdf5
4 changed files with 31 additions and 35 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue