Default World Random gen

This commit is contained in:
brausjonas
2022-05-15 21:03:28 +02:00
parent eb986a603e
commit e9f9217d6c
-1
View File
@@ -21,7 +21,6 @@ public class World : MonoBehaviour
[SerializeField] private int transferDelay;
private void Start()
{
Random.InitState(seed);
randomOffsetX = Random.Range(0, 10000);
randomOffsetZ = Random.Range(0, 10000);