diff --git a/src/Insight/Insight.hpp b/src/Insight/Insight.hpp index 0a7ca1a6..6ae28bea 100644 --- a/src/Insight/Insight.hpp +++ b/src/Insight/Insight.hpp @@ -66,7 +66,7 @@ namespace Bloom eventManager(eventManager), application( ( - QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true), + QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, false), QApplication(this->qtApplicationArgc, this->qtApplicationArgv.data()) ) ) {};