From ca5a030d88a1a5dd7ee8c162852f6aa9718d7687 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:30:14 +0200 Subject: [PATCH] epic fix --- Assets/Scripts/Games/AnimalAcrobat/AcrobatObstacle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/AnimalAcrobat/AcrobatObstacle.cs b/Assets/Scripts/Games/AnimalAcrobat/AcrobatObstacle.cs index c362becc2..2053393fd 100644 --- a/Assets/Scripts/Games/AnimalAcrobat/AcrobatObstacle.cs +++ b/Assets/Scripts/Games/AnimalAcrobat/AcrobatObstacle.cs @@ -43,7 +43,7 @@ namespace HeavenStudio.Games.Scripts_AnimalAcrobat if (type is ObstacleType.Elephant or ObstacleType.Giraffe) { bool isElephant = type is ObstacleType.Elephant; - BeatAction.New(gameObject, new List() + BeatAction.New(this, new List() { new BeatAction.Action(startBeat + holdLength - 2, delegate {