Fix code formatting

This commit is contained in:
Jonas Kulla 2015-01-15 11:09:12 +01:00
parent 74f8c91bf4
commit fa0459ad93
1 changed files with 2 additions and 1 deletions

View File

@ -997,7 +997,8 @@ void Bitmap::drawText(const IntRect &rect, const char *str, int align)
/* outline using TTF_Outline and blending it together with SDL_BlitSurface
* FIXME: outline is forced to have the same opacity as the font color */
if (p->font->getOutline()) {
if (p->font->getOutline())
{
SDL_Color co = outColor.toSDLColor();
co.a = 255;
SDL_Surface *outline;