refactor: Hex, cell
cell - delete Hex - refactor, feature State: stable В Hex перенесен функционал из cell.
This commit is contained in:
@@ -17,7 +17,7 @@ public class perlinNoise : MonoBehaviour
|
||||
void Start()
|
||||
{
|
||||
|
||||
if(seed == -1) { seed = (int) (Random.value * 1000000000); }
|
||||
if(seed == -1) { seed = (int) (Random.value * int.MaxValue); }
|
||||
Debug.Log(seed);
|
||||
|
||||
Random.InitState(seed);
|
||||
|
||||
Reference in New Issue
Block a user