From 4245f93e83e564fb57e32a3aad59c383832b8f83 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Tue, 23 Aug 2022 09:09:43 -0400 Subject: [PATCH] fix typo --- Assets/Scripts/Games/RhythmRally/RhythmRally.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/RhythmRally/RhythmRally.cs b/Assets/Scripts/Games/RhythmRally/RhythmRally.cs index 871d1a38..0886a3d5 100644 --- a/Assets/Scripts/Games/RhythmRally/RhythmRally.cs +++ b/Assets/Scripts/Games/RhythmRally/RhythmRally.cs @@ -20,7 +20,7 @@ namespace HeavenStudio.Games.Loaders defaultLength = 0.5f, resizable = true }, - new GameAction("whistle", "Whisle") + new GameAction("whistle", "Whistle") { function = delegate { RhythmRally.instance.PlayWhistle(); }, defaultLength = 0.5f