mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 08:49:50 +00:00
(svn r22943) -Fix: [OSX] Typo broke debug compilation
This commit is contained in:
parent
db50cf9168
commit
6a72d64dbe
@ -305,7 +305,7 @@ static CocoaSubdriver *QZ_CreateSubdriver(int width, int height, int bpp, bool f
|
||||
|
||||
#ifdef _DEBUG
|
||||
/* This Fullscreen mode crashes on OSX 10.7 */
|
||||
if !(MacOSVersionIsAtLeast(10, 7, 0) {
|
||||
if (!MacOSVersionIsAtLeast(10, 7, 0)) {
|
||||
/* Try fullscreen too when in debug mode */
|
||||
DEBUG(driver, 0, "Setting video mode failed, falling back to 640x480 fullscreen mode.");
|
||||
ret = QZ_CreateFullscreenSubdriver(640, 480, bpp);
|
||||
|
Loading…
Reference in New Issue
Block a user