Minor code style fix
This commit is contained in:
		
							parent
							
								
									8baa76541c
								
							
						
					
					
						commit
						ceb7821362
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -585,7 +585,7 @@ void Bitmap::radialBlur(int angle, int divisions)
 | 
			
		|||
 | 
			
		||||
	p->pushSetViewport(shader);
 | 
			
		||||
 | 
			
		||||
	for (int i = 0; i < divisions; i++)
 | 
			
		||||
	for (int i = 0; i < divisions; ++i)
 | 
			
		||||
	{
 | 
			
		||||
		trans.setRotation(baseAngle + i*angleStep);
 | 
			
		||||
		shader.setMatrix(trans.getMatrix());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue