mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
...
This commit is contained in:
parent
88042fbeec
commit
74865d9fc1
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ namespace SanAndreasUnity.Behaviours.World
|
|||
}
|
||||
}
|
||||
|
||||
public int WorldSize { get; } = 6000;
|
||||
public int WorldSize => 6000; // current world size - in the future, this will be configurable
|
||||
public static int DefaultWorldSize => 6000;
|
||||
|
||||
public float[] drawDistancesPerLayers = new float[] { 301, 801, 1501 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue