From b46066e5d393ea10fca37581765ac7bcb8b64d22 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:10:36 +0100 Subject: [PATCH] particle --- Assets/Scripts/Games/TotemClimb/TCJumper.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/Games/TotemClimb/TCJumper.cs b/Assets/Scripts/Games/TotemClimb/TCJumper.cs index b8b51580f..4de1c2cd8 100644 --- a/Assets/Scripts/Games/TotemClimb/TCJumper.cs +++ b/Assets/Scripts/Games/TotemClimb/TCJumper.cs @@ -300,6 +300,8 @@ namespace HeavenStudio.Games.Scripts_TotemClimb private void SwitchToNextState(IEnumerator coroutine) { + _highParticle.Stop(); + _highMissParticle.Stop(); if (_currentStateCo != null) StopCoroutine(_currentStateCo); _currentStateCo = coroutine; StartCoroutine(_currentStateCo);