From cb929ef1878396be122016ced359e46cf82d102b Mon Sep 17 00:00:00 2001 From: huyufei Date: Fri, 6 Sep 2024 10:49:31 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E6=B8=85=E9=99=A4=20FB=20?= =?UTF-8?q?=E7=9A=84=E6=9A=82=E5=81=9C=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/FB/FBService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/GuruCore/Runtime/FB/FBService.cs b/Runtime/GuruCore/Runtime/FB/FBService.cs index ba45e63..2b9f5e8 100644 --- a/Runtime/GuruCore/Runtime/FB/FBService.cs +++ b/Runtime/GuruCore/Runtime/FB/FBService.cs @@ -40,12 +40,12 @@ namespace Guru if (!isGameShown) { // Pause the game - we will need to hide - Time.timeScale = 0; + // Time.timeScale = 0; } else { // Resume the game - we're getting focus again - Time.timeScale = 1; + // Time.timeScale = 1; } }