mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 05:53:29 +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
|
||||
// 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
|
||||
|
||||
// Set up the render engine
|
||||
|
|
Loading…
Reference in a new issue