fixed the visualizer. it still flickers though, and only appears on an input event

This commit is contained in:
FreezeDriedMangoes 2022-06-17 10:46:43 -04:00
parent 9000e3d4e0
commit 1ce230f42f

View File

@ -17,7 +17,7 @@ namespace NewHorizons.Utility
box = GetComponent<BoxShape>();
}
void OnRenderImage()
void OnGUI()
{
Popcron.Gizmos.Cube(transform.TransformPoint(box.center), transform.rotation, box.size);
}