ALL: Correct spelling of "Mac OS X" in various places
This commit is contained in:
parent
6691424397
commit
5de3f9c765
6 changed files with 7 additions and 7 deletions
|
@ -160,7 +160,7 @@ void OpenGLSdlGraphicsManager::detectSupportedFormats() {
|
|||
_hwscreen->format->Rshift, _hwscreen->format->Gshift,
|
||||
_hwscreen->format->Bshift, _hwscreen->format->Ashift);
|
||||
|
||||
// Workaround to MacOSX SDL not providing an accurate Aloss value.
|
||||
// Workaround to SDL not providing an accurate Aloss value on Mac OS X.
|
||||
if (_hwscreen->format->Amask == 0)
|
||||
format.aLoss = 8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue