mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:33:27 +02:00
fix stupid copy paste
This commit is contained in:
parent
f078ff611a
commit
9ea6c78ac2
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