Skip to content
Snippets Groups Projects
Commit 4573301c authored by Jan Möbius's avatar Jan Möbius
Browse files

Missing glew init reactivated


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19251 383ad7c9-94d9-4d36-a494-682f7c89f535
parent c06bedc5
No related branches found
No related tags found
No related merge requests found
......@@ -107,9 +107,7 @@ void QtGLGraphicsScene::drawBackground(QPainter *_painter, const QRectF &_rect)
{
// we use GLEW to manage extensions
// initialize it first
#ifndef __APPLE__
glewInit();
#endif
for (unsigned int i = 0; i < views_->size (); i++)
{
views_->at(i)->initializeGL ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment