ALL: Correct spelling of "Mac OS X" in various places

This commit is contained in:
Max Horn 2012-05-31 10:30:29 +02:00
parent 6691424397
commit 5de3f9c765
6 changed files with 7 additions and 7 deletions

View file

@ -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;