mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Revert
This commit is contained in:
		| @@ -6547,7 +6547,7 @@ static void Plot(ImGuiPlotType plot_type, const char* label, float (*values_gett | |||||||
|         return; |         return; | ||||||
|  |  | ||||||
|     // Determine scale from values if not specified |     // Determine scale from values if not specified | ||||||
|     if (scale_min == FLT_MAX || scale_max == FLT_MAX || (scale_min == 0.0f && scale_max == 0.0f)) |     if (scale_min == FLT_MAX || scale_max == FLT_MAX) | ||||||
|     { |     { | ||||||
|         float v_min = FLT_MAX; |         float v_min = FLT_MAX; | ||||||
|         float v_max = -FLT_MAX; |         float v_max = -FLT_MAX; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user