Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Sep 9, 2024
1 parent f2b0c2f commit d16cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGame.Framework/Platform/Native/Mouse.Native.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private static unsafe void PlatformSetPosition(int x, int y)
MGP.Mouse_WarpPosition(window._handle, x, y);
}

public static unsafe void PlatformSetCursor(MouseCursor cursor)
private static unsafe void PlatformSetCursor(MouseCursor cursor)
{
// TODO: Multiple window support?

Expand Down

0 comments on commit d16cca9

Please sign in to comment.