Minor comment update

This commit is contained in:
Marco Antognini 2011-04-16 20:11:51 +02:00
parent 690d4a3eff
commit 9e2e349043

View File

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