forked from organicmaps/organicmaps-tmp
Fixed gamma correction
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
parent
cddfc2e891
commit
58546f3115
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ int main(int argc, char * argv[])
|
||||||
float xs = 1.0f, ys = 1.0f;
|
float xs = 1.0f, ys = 1.0f;
|
||||||
glfwGetWindowContentScale(window, &xs, &ys);
|
glfwGetWindowContentScale(window, &xs, &ys);
|
||||||
float visualScale = std::max(xs, ys);
|
float visualScale = std::max(xs, ys);
|
||||||
|
glfwSetGamma(monitor, 1.0f);
|
||||||
|
|
||||||
IMGUI_CHECKVERSION();
|
IMGUI_CHECKVERSION();
|
||||||
ImGui::CreateContext();
|
ImGui::CreateContext();
|
||||||
|
|
Loading…
Add table
Reference in a new issue