diff --git a/interface/src/GLCanvas.cpp b/interface/src/GLCanvas.cpp index 97709d2d53..12a10681ce 100644 --- a/interface/src/GLCanvas.cpp +++ b/interface/src/GLCanvas.cpp @@ -123,7 +123,7 @@ void GLCanvas::activeChanged(Qt::ApplicationState state) { default: // Otherwise, throttle. - if (!_throttleRendering) { + if (!_throttleRendering && !Application::getInstance()->isAboutToQuit()) { _frameTimer.start(_idleRenderInterval); _throttleRendering = true; }