mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Increase detector list size
This commit is contained in:
parent
6244fb70d4
commit
53be7efe1e
@ -12,8 +12,8 @@ namespace NewHorizons.Patches
|
|||||||
{
|
{
|
||||||
ShapeManager._exists = true;
|
ShapeManager._exists = true;
|
||||||
|
|
||||||
ShapeManager._detectors = new ShapeManager.Layer(256);
|
ShapeManager._detectors = new ShapeManager.Layer(1024);
|
||||||
for (int index = 0; index < 256; ++index)
|
for (int index = 0; index < 1024; ++index)
|
||||||
ShapeManager._detectors[index].contacts = new List<ShapeManager.ContactData>(64);
|
ShapeManager._detectors[index].contacts = new List<ShapeManager.ContactData>(64);
|
||||||
|
|
||||||
ShapeManager._volumes = new ShapeManager.Layer[4];
|
ShapeManager._volumes = new ShapeManager.Layer[4];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user