diff --git a/dev_sandbox/main.cpp b/dev_sandbox/main.cpp index 0cd1c9e85c..99492586c8 100644 --- a/dev_sandbox/main.cpp +++ b/dev_sandbox/main.cpp @@ -246,6 +246,7 @@ int main(int argc, char * argv[]) float xs = 1.0f, ys = 1.0f; glfwGetWindowContentScale(window, &xs, &ys); float visualScale = std::max(xs, ys); + glfwSetGamma(monitor, 1.0f); IMGUI_CHECKVERSION(); ImGui::CreateContext();