From 701821293d496dbf2ed452f72387ff7a59afe7bb Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 30 Jun 2022 17:29:40 +0900 Subject: [PATCH] =?UTF-8?q?debug=20=E8=BB=8C=E8=B7=A1=E9=A0=BB=E5=BA=A6?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/MiniGame/Scripts/DebugGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Scenes/MiniGame/Scripts/DebugGame.cs b/popcorn/Assets/MyGame/Scenes/MiniGame/Scripts/DebugGame.cs index af63ba43..040e53b8 100644 --- a/popcorn/Assets/MyGame/Scenes/MiniGame/Scripts/DebugGame.cs +++ b/popcorn/Assets/MyGame/Scenes/MiniGame/Scripts/DebugGame.cs @@ -84,7 +84,7 @@ namespace MyGame.Scenes.MiniGame.Scripts lineRendererCenter.SetPosition(0, character.position + centerOffset); lineRendererFront.SetPosition(0, character.position + frontOffset); - Observable.Timer(TimeSpan.Zero, TimeSpan.FromSeconds(.1f)) + Observable.Timer(TimeSpan.Zero, TimeSpan.FromSeconds(.02f)) .DelayFrameSubscription(2) .Subscribe(_ => {