mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Examples: Avoid using ImColor() to not tempt newcomers into looking at it
This commit is contained in:
		| @@ -44,7 +44,7 @@ int main(int, char**) | ||||
|  | ||||
|     bool show_test_window = true; | ||||
|     bool show_another_window = false; | ||||
|     ImVec4 clear_color = ImColor(114, 144, 154); | ||||
|     ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); | ||||
|  | ||||
|     // Main loop | ||||
|     while (!glfwWindowShouldClose(window)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 omar
					omar