diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index f83c9537ec..3d5f74b387 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -281,10 +281,9 @@ private: // /** - * Checks for availability of extensions we want to use and initializes them - * when available. + * Initialize the active context for use. */ - void initializeGLExtensions(); + void initializeGLContext(); protected: /** |