removed debugging hardcoded rotation

This commit is contained in:
FreezeDriedMangoes 2023-01-26 23:39:25 -05:00
parent 275008e15e
commit 775554fbe4

View File

@ -179,7 +179,6 @@ namespace NewHorizons.Builder.Props
}
}
nomaiWallTextObj.transform.localEulerAngles += new Vector3(0, 0, 90+45);
nomaiWallTextObj.GetComponent<NomaiTextArcArranger>().DrawBoundsWithDebugSpheres();
nomaiWallTextObj.SetActive(true);