From 82bc457a91240e7617efe5d382160b176e133a96 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 4 Feb 2021 17:12:33 +0900 Subject: [PATCH] limit 60fps (approx) --- VRCXVR.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VRCXVR.cs b/VRCXVR.cs index eb401174..9f182775 100644 --- a/VRCXVR.cs +++ b/VRCXVR.cs @@ -141,7 +141,7 @@ namespace VRCX try { - Thread.Sleep(10); + Thread.Sleep(16); } catch {