Skip to content

Commit

Permalink
libgui|Canvas: Initialize GLInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 5, 2013
1 parent 1707244 commit 0612746
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/libgui/src/canvas.cpp
Expand Up @@ -26,6 +26,7 @@
#include <de/App>
#include <de/Log>
#include <de/Drawable>
#include <de/GLInfo>
#include <de/GLFramebuffer>

#include <QApplication>
Expand Down Expand Up @@ -326,6 +327,8 @@ void Canvas::initializeGL()
LOG_AS("Canvas");
LOG_DEBUG("Notifying GL init (during paint)");

GLInfo::glInit();

#ifdef LIBGUI_USE_GLENTRYPOINTS
getAllOpenGLEntryPoints();
#endif
Expand Down

0 comments on commit 0612746

Please sign in to comment.