Skip to content

Commit 3a42719

Browse files
committed
fix: don't use method that only exists in split-core branch
1 parent 791c20b commit 3a42719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Client.Core/MonoGame/IntersectGame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ private static void SdlInitPost()
580580

581581
if (!Sdl2.SDL_SetHint(Sdl2.SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, false))
582582
{
583-
LegacyLogging.Logger?.Warn("Failed to set X11 Compositor hint");
583+
Log.Warn("Failed to set X11 Compositor hint");
584584
}
585585
}
586586
}

0 commit comments

Comments
 (0)