Fixed gamma correction

Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
renderexpert 2025-03-01 00:06:17 +00:00 committed by Konstantin Pastbin
parent cddfc2e891
commit 58546f3115

View file

@ -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();