From 51a26522b924b0ce5773fded69cc9a511edb5567 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Fri, 1 Sep 2023 20:52:07 +0200 Subject: [PATCH] Fixed reticle setting --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a4d9b15eff..35df55ddf2 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1505,7 +1505,6 @@ Application::Application( qCDebug(interfaceapp, "Initialized Display"); if (_displayPlugin && !_displayPlugin->isHmd()) { - _preferredCursor.set(Cursor::Manager::getIconName(Cursor::Icon::SYSTEM)); showCursor(Cursor::Manager::lookupIcon(_preferredCursor.get())); } // An audio device changed signal received before the display plugins are set up will cause a crash,