mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 15:34:58 +00:00 
			
		
		
		
	Fixed syntax error in C style block comment.
This commit is contained in:
		
							parent
							
								
									bfe1b1d066
								
							
						
					
					
						commit
						d3d6f9ad19
					
				| 
						 | 
				
			
			@ -266,7 +266,7 @@ SetBlendMode(DirectFB_RenderData * data, int blendMode,
 | 
			
		|||
        case SDL_BLENDMODE_ADD:
 | 
			
		||||
            data->blitFlags = DSBLIT_BLEND_ALPHACHANNEL;
 | 
			
		||||
            data->drawFlags = DSDRAW_BLEND;
 | 
			
		||||
            /* FIXME: SRCALPHA kills performance on radeon ... */
 | 
			
		||||
            /* FIXME: SRCALPHA kills performance on radeon ...
 | 
			
		||||
             * It will be cheaper to copy the surface to a temporary surface and premultiply
 | 
			
		||||
             */
 | 
			
		||||
            if (source && TextureHasAlpha(source))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue