Bring code in line with SDL2 defaults

This commit is contained in:
Dean Herbert
2020-12-01 17:47:07 +09:00
parent d5a60ed335
commit 285e62be9a
3 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ namespace osu.Desktop
break;
// SDL2 DesktopWindow
case DesktopWindow desktopWindow:
case SDL2DesktopWindow desktopWindow:
desktopWindow.CursorState |= CursorState.Hidden;
desktopWindow.SetIconFromStream(iconStream);
desktopWindow.Title = Name;