mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Minor formatting changes
This commit is contained in:
@ -359,9 +359,9 @@ namespace osu.Game.Overlays
|
||||
|
||||
if (e.ControlPressed)
|
||||
{
|
||||
if(e.ShiftPressed)
|
||||
if (e.ShiftPressed)
|
||||
{
|
||||
switch(e.Key)
|
||||
switch (e.Key)
|
||||
{
|
||||
case Key.T:
|
||||
channelManager.JoinLastClosedChannel();
|
||||
|
Reference in New Issue
Block a user