Added more offset to TimerOverlay; old value was too small for VRChat to see.

This commit is contained in:
2026-03-23 03:15:15 -04:00
parent bc2ca5cc2f
commit 35fa358e19
11 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class TimerOverlay : UdonSharpBehaviour
private Camera _Camera = null;
private const float ASPECT_16_9 = 1.7777777777777777777777777777777777777f;
private const float NEAR_PLANE_OFFSET = 0.0001f;
private const float NEAR_PLANE_OFFSET = 0.025f;
void Update()