solved color depth issues on osx
This commit is contained in:
parent
76c2b9d812
commit
ed2a24ef21
1 changed files with 1 additions and 1 deletions
|
|
@ -903,7 +903,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue