From 3fb8afac5e38bb5f7f7843f83718ca4fd77300a2 Mon Sep 17 00:00:00 2001 From: Sebastian Pape <pape@vr.rwth-aachen.de> Date: Mon, 19 Oct 2020 14:25:46 +0200 Subject: [PATCH] Same change in resetting the state --- Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp b/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp index b857983..f220594 100644 --- a/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp +++ b/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp @@ -202,7 +202,7 @@ void FNDisplayLaunchButtonModule::PluginButtonClicked() /* Restore Plugin States */ ChangePluginStateAndStoreConfig("SteamVR", SteamVRState, SteamVRState); - ChangePluginStateAndStoreConfig("OculusHMD", OculusVRState, OculusVRState); + ChangePluginStateAndStoreConfig("OculusVR", OculusVRState, OculusVRState); } /** -- GitLab