From 9ea6c78ac2526faea3035cb52b18a6e9c1993b86 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Tue, 30 Jan 2018 15:31:34 -0800 Subject: [PATCH] fix stupid copy paste --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index f1d0378792..3390e71b07 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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