diff options
author | Ariel Manzur <ariel@okamstudio.com> | 2015-04-02 01:35:12 -0300 |
---|---|---|
committer | Ariel Manzur <ariel@okamstudio.com> | 2015-04-02 01:35:12 -0300 |
commit | ebd743f7c215d65c877874cdf58b22437757fbc6 (patch) | |
tree | 83a7bd03bc199bfecfd95be45f47d24f60eb359a /platform/osx | |
parent | 7c1d516c013be7469b4bc4a8b6ef0b71381b160f (diff) | |
parent | ed2a24ef21886e0327cf0215fb0211138547ad84 (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'platform/osx')
-rw-r--r-- | platform/osx/os_osx.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/os_osx.mm b/platform/osx/os_osx.mm index 826e3b7f55..a20263f9b2 100644 --- a/platform/osx/os_osx.mm +++ b/platform/osx/os_osx.mm @@ -905,7 +905,7 @@ void OS_OSX::initialize(const VideoMode& p_desired,int p_video_driver,int p_audi unsigned int attributeCount = 0; // OS X needs non-zero color size, so set resonable values - int colorBits = 24; + int colorBits = 32; // Fail if a robustness strategy was requested |