mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-12 23:37:07 +00:00
set default AR scale to 0.5
This commit is contained in:
parent
8ceb9ee6e3
commit
5856cee757
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace SanAndreasUnity.Settings {
|
|||
persistType = OptionsWindow.InputPersistType.OnStart
|
||||
};
|
||||
|
||||
private float _arScaleValue = 0f;
|
||||
private float _arScaleValue = 0.5f;
|
||||
|
||||
private readonly OptionsWindow.FloatInput m_arScale = new OptionsWindow.FloatInput
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue