mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
Examples: changed default background color.
This commit is contained in:
@ -237,7 +237,7 @@ int main(int argc, char** argv)
|
||||
|
||||
bool show_test_window = true;
|
||||
bool show_another_window = false;
|
||||
ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f);
|
||||
ImVec4 clear_col = ImColor(114, 144, 154);
|
||||
|
||||
while (!glfwWindowShouldClose(window))
|
||||
{
|
||||
|
Reference in New Issue
Block a user