Fix code formatting
This commit is contained in:
		
							parent
							
								
									74f8c91bf4
								
							
						
					
					
						commit
						fa0459ad93
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue