PR Feedback

This commit is contained in:
Exhigh 2024-04-27 21:47:29 +05:30
commit cc215e4ac7

View file

@ -237,7 +237,6 @@ namespace Ryujinx.Ava
windowYLimit += window.StatusBarHeight + 1;
}
_isCursorInRenderer = point.X >= bounds.X &&
Math.Ceiling(point.X) <= (int)window.Bounds.Width &&
point.Y >= windowYOffset &&