From 4578fc3ddb2117f4a11aab05db19fac92956f82b Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Sun, 10 Nov 2019 17:35:40 +0100 Subject: [PATCH] Basically nothing --- testexetrisathlon/Program.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testexetrisathlon/Program.cs b/testexetrisathlon/Program.cs index 1d225a7..1d65459 100644 --- a/testexetrisathlon/Program.cs +++ b/testexetrisathlon/Program.cs @@ -5,7 +5,6 @@ using System.Media; using System.Reflection; using System.Runtime.InteropServices; using static System.Console; -using System.Collections.Generic; //┌─┐ //│ │ @@ -144,7 +143,7 @@ namespace testexetrisathlon state = GameState.exit; break; case "v": - volumeSlider(); + VolumeSlider(); break; } break; @@ -215,7 +214,7 @@ namespace testexetrisathlon } } - static void volumeSlider() + static void VolumeSlider() { Clear(); DrawSymbol();