From 184e75ba220114240597752411157159dfc9c5e3 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:42:01 +0100 Subject: [PATCH] minor fix --- Assets/Scripts/Games/TotemClimb/TotemClimb.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/TotemClimb/TotemClimb.cs b/Assets/Scripts/Games/TotemClimb/TotemClimb.cs index ffc4687e3..c4e4aa010 100644 --- a/Assets/Scripts/Games/TotemClimb/TotemClimb.cs +++ b/Assets/Scripts/Games/TotemClimb/TotemClimb.cs @@ -109,7 +109,7 @@ namespace HeavenStudio.Games private double _pillarEndBeat = double.MaxValue; public double PillarEndBeat => _pillarEndBeat; - private bool _useEndTotem = true; + private bool _useEndTotem = false; public bool UseEndTotem => _useEndTotem; [NonSerialized] public List _tripleEvents = new();