From 3f51e0cd8f29c1971216f7fc8663eef91949fb88 Mon Sep 17 00:00:00 2001 From: kimura Date: Wed, 8 Dec 2021 14:33:06 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=83=A5=E3=83=BC=E3=83=88=E3=83=AA?= =?UTF-8?q?=E3=82=A2=E3=83=AB=E6=99=82=E3=81=AE=E3=83=9E=E3=82=B9=E3=82=AF?= =?UTF-8?q?=E5=86=85=E3=81=AB=E3=81=8A=E5=AE=A2=E3=81=95=E3=82=93=E3=81=8C?= =?UTF-8?q?=E3=82=B9=E3=83=9D=E3=83=BC=E3=83=B3=E3=81=99=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyGame/Scenes/marketing/Scripts/CustomerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/CustomerController.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/CustomerController.cs index 7cc2a450..1dd96e10 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/CustomerController.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/CustomerController.cs @@ -150,7 +150,7 @@ public class CustomerController : MonoBehaviour walkSideDirection = Mathf.Sign(Random.value - .5f); var pos = Vector3.zero; pos.x = Random.Range(-stopPositionRange, stopPositionRange) + stopPosision; - pos.y = Random.Range(walkSideMidPos, walkSideBottomPos); + pos.y = walkSideMidPos; Setup(newOrderPositions, pos); }