Fix Random() being assigned a fixed seed (#509)
This commit is contained in:
parent
05f8752c1c
commit
f4a1c6d26c
@ -2933,7 +2933,7 @@ for (int i = 0; i < 3; i++) {
|
|||||||
#endregion
|
#endregion
|
||||||
#region [ Random の初期化 ]
|
#region [ Random の初期化 ]
|
||||||
//---------------------
|
//---------------------
|
||||||
Random = new Random( (int) Timer.SystemTime );
|
Random = new Random();
|
||||||
//---------------------
|
//---------------------
|
||||||
#endregion
|
#endregion
|
||||||
#region [ Stages initialisation ]
|
#region [ Stages initialisation ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user