This commit is contained in:
Rapandrasmus 2023-10-02 19:30:14 +02:00
parent 073aff36f8
commit ca5a030d88

View file

@ -43,7 +43,7 @@ namespace HeavenStudio.Games.Scripts_AnimalAcrobat
if (type is ObstacleType.Elephant or ObstacleType.Giraffe) if (type is ObstacleType.Elephant or ObstacleType.Giraffe)
{ {
bool isElephant = type is ObstacleType.Elephant; bool isElephant = type is ObstacleType.Elephant;
BeatAction.New(gameObject, new List<BeatAction.Action>() BeatAction.New(this, new List<BeatAction.Action>()
{ {
new BeatAction.Action(startBeat + holdLength - 2, delegate new BeatAction.Action(startBeat + holdLength - 2, delegate
{ {