From 9e2e349043be84acb0a235143a7ff84c780755ea Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Sat, 16 Apr 2011 20:11:51 +0200 Subject: [PATCH] Minor comment update --- src/SFML/Window/OSX/SFWindowController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Window/OSX/SFWindowController.mm b/src/SFML/Window/OSX/SFWindowController.mm index f46a9f6ae..38536625f 100644 --- a/src/SFML/Window/OSX/SFWindowController.mm +++ b/src/SFML/Window/OSX/SFWindowController.mm @@ -153,7 +153,7 @@ myWindow = [[SFWindow alloc] initWithContentRect:rect styleMask:nsStyle backing:NSBackingStoreBuffered - defer:NO]; + defer:NO]; // Don't defer it! /* "YES" produces some "invalid drawable". See http://www.cocoabuilder.com/archive/cocoa/152482-nsviews-and-nsopenglcontext-invalid-drawable-error.html