1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Comment fix.

This commit is contained in:
Camilla Berglund 2012-07-23 00:48:18 +02:00
parent f457223bdf
commit 03d526097d

View File

@ -421,7 +421,7 @@ extern "C" {
#define GLFW_OPENGL_PROFILE 0x00021014
#define GLFW_OPENGL_ROBUSTNESS 0x00021015
/* GLFW_OPENGL_API mode tokens */
/* GLFW_CLIENT_API tokens */
#define GLFW_OPENGL_API 0x00000001
#define GLFW_OPENGL_ES_API 0x00000002