summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl/gl_context_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/gl/gl_context_win.cc')
-rw-r--r--app/gfx/gl/gl_context_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/gl/gl_context_win.cc b/app/gfx/gl/gl_context_win.cc
index 8e24f94..f7954b6a1 100644
--- a/app/gfx/gl/gl_context_win.cc
+++ b/app/gfx/gl/gl_context_win.cc
@@ -151,7 +151,7 @@ LRESULT CALLBACK IntermediateWindowProc(HWND window,
}
// Helper routine that does one-off initialization like determining the
-// pixel format and initializing glew.
+// pixel format and initializing the GL bindings.
bool GLContext::InitializeOneOff() {
static bool initialized = false;
if (initialized)