From 5c62c17755a25a674953893186dd2f1ffe022dd4 Mon Sep 17 00:00:00 2001 From: LeeJaeHyun Date: Thu, 12 Sep 2024 15:15:38 +0900 Subject: [PATCH] . --- Assets/02_Scripts/WeaponController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/02_Scripts/WeaponController.cs b/Assets/02_Scripts/WeaponController.cs index 22d75c9..0c6f718 100644 --- a/Assets/02_Scripts/WeaponController.cs +++ b/Assets/02_Scripts/WeaponController.cs @@ -19,6 +19,9 @@ public class WeaponController : MonoBehaviour { audio = GetComponent(); impluse = GetComponent(); + + muzzleFlash = firePos.GetComponentInChildren(); + muzzleFlash.enabled = false; } void Update()