mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-26 03:54:15 -04:00
Linux re-tweak
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user