Minor comment update via GitHub

This commit is contained in:
Marco Antognini 2011-07-25 02:57:41 -07:00
parent acfdc5b8f2
commit fe3ef8c34c

View File

@ -163,8 +163,8 @@ void SFContext::CreateContext(SFContext* shared,
* Antialiasing techniques are described in the
* "OpenGL Programming Guide for Mac OS X" document.
*
* According to this document, there is currently only one
* supported sample buffer the antialisaing level.
* According to this document, the specification currently allows
* only one multisample buffer.
*
* The document also states that software renderers should be avoided
* because antialisaing techniques are very slow with them.