mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
The default OpenGL version is 1.0.
This commit is contained in:
parent
c81f454e6f
commit
9da6b834da
|
@ -113,7 +113,7 @@ static void list_extensions(int major, int minor)
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
int ch, profile = 0, major = 1, minor = 1, revision;
|
||||
int ch, profile = 0, major = 1, minor = 0, revision;
|
||||
GLboolean debug = GL_FALSE, forward = GL_FALSE, list = GL_FALSE;
|
||||
GLint flags, mask;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user