diff options
Diffstat (limited to 'src/libjin/graphics/gl.h')
-rw-r--r-- | src/libjin/graphics/gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/graphics/gl.h b/src/libjin/graphics/gl.h index 7876ffd..e97ebb6 100644 --- a/src/libjin/graphics/gl.h +++ b/src/libjin/graphics/gl.h @@ -56,7 +56,7 @@ namespace JinEngine OpenGL(); ~OpenGL(); - bool initContext(); + bool loadGL(); void init(); |