@@ -15,7 +15,7 @@ int main(int argc, char *argv[])
// TODO: avoid segfaults when OSC port is busy
QApplicationapp(argc,argv);
if(!QGLFormat::hasOpenGL())
if(!QGLFormat::hasOpenGL())
{
std::cerr<<"This system has no OpenGL support"<<std::endl;
return1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.