mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Remove empty lines around braces with the formatting script
This commit is contained in:
		
							parent
							
								
									66e3060ea1
								
							
						
					
					
						commit
						02161aad5a
					
				
					 221 changed files with 0 additions and 399 deletions
				
			
		|  | @ -582,7 +582,6 @@ void RenderingServerCanvas::canvas_item_add_polyline(RID p_item, const Vector<Po | |||
| 		} | ||||
| 
 | ||||
| 		for (int i = 0; i < p_points.size(); i++) { | ||||
| 
 | ||||
| 			Vector2 t; | ||||
| 			if (i == p_points.size() - 1) { | ||||
| 				t = prev_t; | ||||
|  | @ -608,7 +607,6 @@ void RenderingServerCanvas::canvas_item_add_polyline(RID p_item, const Vector<Po | |||
| 			pline->triangles.write[i * 2 + 1] = p_points[i] - tangent; | ||||
| 
 | ||||
| 			if (pline->triangle_colors.size() > 1) { | ||||
| 
 | ||||
| 				pline->triangle_colors.write[i * 2 + 0] = p_colors[i]; | ||||
| 				pline->triangle_colors.write[i * 2 + 1] = p_colors[i]; | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke