diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index fb7d6a4a0f..1f31aaa6ce 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2722,7 +2722,7 @@ void Application::initializeDisplayPlugins() { setDisplayPlugin(defaultDisplayPlugin); // Now set the desired plugin if it's not the same as the default plugin - if (!targetDisplayPlugin && (targetDisplayPlugin != defaultDisplayPlugin)) { + if (targetDisplayPlugin && (targetDisplayPlugin != defaultDisplayPlugin)) { setDisplayPlugin(targetDisplayPlugin); }