mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Minor comment update
This commit is contained in:
parent
690d4a3eff
commit
9e2e349043
@ -153,7 +153,7 @@
|
|||||||
myWindow = [[SFWindow alloc] initWithContentRect:rect
|
myWindow = [[SFWindow alloc] initWithContentRect:rect
|
||||||
styleMask:nsStyle
|
styleMask:nsStyle
|
||||||
backing:NSBackingStoreBuffered
|
backing:NSBackingStoreBuffered
|
||||||
defer:NO];
|
defer:NO]; // Don't defer it!
|
||||||
/*
|
/*
|
||||||
"YES" produces some "invalid drawable".
|
"YES" produces some "invalid drawable".
|
||||||
See http://www.cocoabuilder.com/archive/cocoa/152482-nsviews-and-nsopenglcontext-invalid-drawable-error.html
|
See http://www.cocoabuilder.com/archive/cocoa/152482-nsviews-and-nsopenglcontext-invalid-drawable-error.html
|
||||||
|
Loading…
Reference in New Issue
Block a user