for now use default GLUT, we check out freeglut later

This commit is contained in:
ejcoumans
2007-10-20 16:28:16 +00:00
parent 49d9b14b14
commit fb1a4bd37e

View File

@@ -50,8 +50,8 @@
#ifdef __APPLE__ #ifdef __APPLE__
#include <GLUT/glut.h> #include <GLUT/glut.h>
#else #else
#include "../../freeglut/gl/glut.h" // #include "../../freeglut/gl/glut.h"
//#include <GL/glut.h> #include <GL/glut.h>
#endif #endif
#endif #endif