Basically nothing

This commit is contained in:
CreepyCrafter24 2019-11-10 17:35:40 +01:00
parent 17808fbfc6
commit 4578fc3ddb
1 changed files with 2 additions and 3 deletions

View File

@ -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();