mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
Fix TestClass init mistake
This commit is contained in:
parent
bcf9a801a9
commit
fc8fa9aa7a
@ -118,7 +118,7 @@ namespace UnityExplorer.Tests
|
|||||||
|
|
||||||
ExplorerCore.Log($"5: Big list");
|
ExplorerCore.Log($"5: Big list");
|
||||||
for (int i = 0; i < ABigList.Capacity; i++)
|
for (int i = 0; i < ABigList.Capacity; i++)
|
||||||
ABigList[i] = (short)UnityEngine.Random.Range(0, short.MaxValue);
|
ABigList.Add((short)UnityEngine.Random.Range(0, short.MaxValue));
|
||||||
|
|
||||||
ExplorerCore.Log("Finished TestClass Init_Mono");
|
ExplorerCore.Log("Finished TestClass Init_Mono");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user