This commit is contained in:
Adam D. Ruppe 2017-01-12 19:59:30 -05:00
parent 02e509c394
commit d7645ffbde
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ void setOpenGLContextVersion() (ubyte hi, ubyte lo) { sdpyOpenGLContextVersion =
/** /**
After creating OpenGL window, you can check this to see if you got only "legacy" OpenGL context. After creating OpenGL window, you can check this to see if you got only "legacy" OpenGL context.
*/ */
@property bool openGLContextFallbackActivated() (bool v) { return (sdpyOpenGLContextVersion == 0); } @property bool openGLContextFallbackActivated() () { return (sdpyOpenGLContextVersion == 0); }
/** /**