Fix cycles standalone crash on Mac OS X.

This commit is contained in:
Brecht Van Lommel 2014-02-21 15:39:46 +01:00
parent 277126881d
commit c0e0b61222
1 changed files with 0 additions and 2 deletions

View File

@ -248,9 +248,7 @@ void view_main_loop(const char *title, int width, int height,
glutInitDisplayMode(GLUT_RGB|GLUT_DOUBLE|GLUT_DEPTH);
glutCreateWindow(title);
#ifndef __APPLE__
glewInit();
#endif
view_reshape(width, height);