Linux re-tweak

This commit is contained in:
Charles J. Cliffe
2015-08-13 20:39:31 -04:00
parent b1f20de0e9
commit e04b12662f
4 changed files with 20 additions and 6 deletions
+4
View File
@@ -36,7 +36,11 @@ void initGLExtensions() {
std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl;
#ifdef __linux__
const GLint interval = 2;
#else
const GLint interval = 1;
#endif
#ifdef _WIN32
if (GLExtSupported("WGL_EXT_swap_control")) {