1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Update reference to TK game window class

This commit is contained in:
Dean Herbert 2020-11-09 20:50:36 +09:00
parent ba137aadc8
commit 2e3fdf8116

View File

@ -130,7 +130,7 @@ namespace osu.Desktop
switch (host.Window)
{
// Legacy osuTK DesktopGameWindow
case DesktopGameWindow desktopGameWindow:
case OsuTKDesktopWindow desktopGameWindow:
desktopGameWindow.CursorState |= CursorState.Hidden;
desktopGameWindow.SetIconFromStream(iconStream);
desktopGameWindow.Title = Name;