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