mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Remove trailing spaces
This commit is contained in:
		
							
								
								
									
										4
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								imgui.h
									
									
									
									
									
								
							| @@ -1944,8 +1944,8 @@ struct ImDrawList | ||||
|  | ||||
|     // Primitives | ||||
|     // - For rectangular primitives, "p_min" and "p_max" represent the upper-left and lower-right corners. | ||||
|     // - For circle primitives, use "num_segments == 0" to automatically calculate tessellation (preferred).  | ||||
|     //   In future versions we will use textures to provide cheaper and higher-quality circles.  | ||||
|     // - For circle primitives, use "num_segments == 0" to automatically calculate tessellation (preferred). | ||||
|     //   In future versions we will use textures to provide cheaper and higher-quality circles. | ||||
|     //   Use AddNgon() and AddNgonFilled() functions if you need to guaranteed a specific number of sides. | ||||
|     IMGUI_API void  AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness = 1.0f); | ||||
|     IMGUI_API void  AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f, ImDrawCornerFlags rounding_corners = ImDrawCornerFlags_All, float thickness = 1.0f);   // a: upper-left, b: lower-right (== upper-left + size), rounding_corners_flags: 4 bits corresponding to which corner to round | ||||
|   | ||||
		Reference in New Issue
	
	Block a user