MSVC simplification, easier to use alternate libs

This commit is contained in:
Charles J. Cliffe
2015-10-19 23:02:50 -04:00
parent c8d04d337c
commit 6087588b3d
32 changed files with 54 additions and 1405 deletions
+3 -3
View File
@@ -35,10 +35,10 @@ void initGLExtensions() {
// const GLubyte *extensions = glGetString(GL_EXTENSIONS);
// std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl;
#ifdef __linux__
const GLint interval = 2;
#else
#ifdef __APPLE__
const GLint interval = 1;
#else
const GLint interval = 2;
#endif
#ifdef _WIN32