mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
fixed null reference error and removed debug sphere
This commit is contained in:
parent
5d409d7be8
commit
97c602b88c
@ -191,7 +191,7 @@ namespace NewHorizons.Builder.Props
|
||||
}
|
||||
}
|
||||
|
||||
nomaiWallTextObj.GetComponent<NomaiTextArcArranger>().DrawBoundsWithDebugSpheres();
|
||||
// nomaiWallTextObj.GetComponent<NomaiTextArcArranger>().DrawBoundsWithDebugSpheres();
|
||||
|
||||
nomaiWallTextObj.SetActive(true);
|
||||
conversationInfoToCorrespondingSpawnedGameObject[info] = nomaiWallTextObj;
|
||||
@ -697,7 +697,7 @@ namespace NewHorizons.Builder.Props
|
||||
|
||||
// manual placement
|
||||
|
||||
for (var j = 0; j < info.arcInfo.Length; j++)
|
||||
for (var j = 0; j < info.arcInfo?.Length; j++)
|
||||
{
|
||||
var arcInfo = info.arcInfo[j];
|
||||
var arc = arranger.spirals[j];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user