Skip to content

Commit

Permalink
fix: don't use method that only exists in split-core branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo committed Dec 28, 2024
1 parent 791c20b commit 3a42719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Intersect.Client.Core/MonoGame/IntersectGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
}
Expand Down

0 comments on commit 3a42719

Please sign in to comment.