We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791c20b commit 3a42719Copy full SHA for 3a42719
Intersect.Client.Core/MonoGame/IntersectGame.cs
@@ -580,7 +580,7 @@ private static void SdlInitPost()
580
581
if (!Sdl2.SDL_SetHint(Sdl2.SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, false))
582
{
583
- LegacyLogging.Logger?.Warn("Failed to set X11 Compositor hint");
+ Log.Warn("Failed to set X11 Compositor hint");
584
}
585
586
0 commit comments