mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-26 22:10:17 +00:00
change serialization name of "max draw distance" setting
This commit is contained in:
parent
5cbdf1314b
commit
f47b2adaf0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace SanAndreasUnity.Settings
|
||||||
|
|
||||||
private OptionsWindow.FloatInput m_maxDrawDistanceInput = new OptionsWindow.FloatInput
|
private OptionsWindow.FloatInput m_maxDrawDistanceInput = new OptionsWindow.FloatInput
|
||||||
{
|
{
|
||||||
|
serializationName = "max_draw_distance_v2",
|
||||||
description = "Max draw distance",
|
description = "Max draw distance",
|
||||||
minValue = WorldManager.MinMaxDrawDistance,
|
minValue = WorldManager.MinMaxDrawDistance,
|
||||||
maxValue = WorldManager.MaxMaxDrawDistance,
|
maxValue = WorldManager.MaxMaxDrawDistance,
|
||||||
|
|
Loading…
Reference in a new issue