mirror of
https://github.com/Raicuparta/nomai-vr.git
synced 2025-12-11 20:15:08 +01:00
Restore disabled settings
This commit is contained in:
parent
2c39834780
commit
fc7be1b01e
@ -46,10 +46,8 @@ namespace NomaiVR.ModConfig
|
||||
ToolbeltHeight = config.GetSettingsValue<float>("toolbeltHeight") - 1f;
|
||||
|
||||
// Disabled these until we can fix scrolling in mod config menu.
|
||||
// PreventCursorLock = config.GetSettingsValue<bool>("disableCursorLock");
|
||||
// HudOpacity = config.GetSettingsValue<float>("hudOpacity");
|
||||
PreventCursorLock = true;
|
||||
HudOpacity = 1f;
|
||||
PreventCursorLock = config.GetSettingsValue<bool>("disableCursorLock");
|
||||
HudOpacity = config.GetSettingsValue<float>("hudOpacity");
|
||||
|
||||
OnConfigChange?.Invoke();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user