mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Merge branch 'viewport' into docking
This commit is contained in:
		| @@ -843,6 +843,9 @@ void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 | ||||
|  | ||||
| void ImDrawList::AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) | ||||
| { | ||||
|     if (points_count < 3) | ||||
|         return; | ||||
|  | ||||
|     const ImVec2 uv = _Data->TexUvWhitePixel; | ||||
|  | ||||
|     if (Flags & ImDrawListFlags_AntiAliasedFill) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user