Added more offset to TimerOverlay; old value was too small for VRChat to see.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user