Skip to content

Commit

Permalink
Merge pull request #60197 from bruvzg/opengl_srgb
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Apr 13, 2022
2 parents 229a821 + 1f51bae commit 40c7fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/osx/os_osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,8 @@ static void displays_arrangement_changed(CGDirectDisplayID display_id, CGDisplay
[window_view setWantsBestResolutionOpenGLSurface:NO];
}

[window_object setColorSpace:[NSColorSpace sRGBColorSpace]];

//[window_object setTitle:[NSString stringWithUTF8String:"GodotEnginies"]];
[window_object setContentView:window_view];
[window_object setDelegate:window_delegate];
Expand Down

0 comments on commit 40c7fce

Please sign in to comment.