mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 08:29:33 +02:00
Merge branch 'pastel' of https://github.com/samcake/hifi into pastel
This commit is contained in:
commit
7aa5ef3de7
1 changed files with 1 additions and 1 deletions
|
@ -2283,7 +2283,7 @@ void Application::initializeGL() {
|
||||||
|
|
||||||
#ifdef Q_OS_OSX
|
#ifdef Q_OS_OSX
|
||||||
// FIXME: on mac os the shaders take up to 1 minute to compile, so we pause the deadlock watchdog thread.
|
// FIXME: on mac os the shaders take up to 1 minute to compile, so we pause the deadlock watchdog thread.
|
||||||
+DeadlockWatchdogThread::pause();
|
DeadlockWatchdogThread::pause();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set up the render engine
|
// Set up the render engine
|
||||||
|
|
Loading…
Reference in a new issue