From 3a427197f2874cc772a631356eb8332464fcdc39 Mon Sep 17 00:00:00 2001 From: Robbie Lodico Date: Sat, 28 Dec 2024 18:17:26 +0100 Subject: [PATCH] fix: don't use method that only exists in split-core branch --- Intersect.Client.Core/MonoGame/IntersectGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intersect.Client.Core/MonoGame/IntersectGame.cs b/Intersect.Client.Core/MonoGame/IntersectGame.cs index 89c8a0da6..85b0cde3e 100644 --- a/Intersect.Client.Core/MonoGame/IntersectGame.cs +++ b/Intersect.Client.Core/MonoGame/IntersectGame.cs @@ -580,7 +580,7 @@ private static void SdlInitPost() if (!Sdl2.SDL_SetHint(Sdl2.SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, false)) { - LegacyLogging.Logger?.Warn("Failed to set X11 Compositor hint"); + Log.Warn("Failed to set X11 Compositor hint"); } } }