Move a define to resume watchdog a bit further

This commit is contained in:
Sam Gateau 2018-01-31 23:31:31 -08:00
parent 60238fa644
commit a650c5bbc6

View file

@ -2296,10 +2296,6 @@ void Application::initializeGL() {
#endif
_renderEngine->addJob<RenderViewTask>("RenderMainView", cullFunctor, !DISABLE_DEFERRED);
#ifdef Q_OS_OSX
DeadlockWatchdogThread::resume();
#endif
_renderEngine->load();
_renderEngine->registerScene(_main3DScene);