1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 22:00:57 +08:00

Remove unnecessary ReceivePositionalinputAt modification

This commit is contained in:
Dean Herbert
2019-05-15 18:11:22 +09:00
Unverified
parent 60d244d2d6
commit 827ca445b1
-4
View File
@@ -13,7 +13,6 @@ using osu.Game.Input.Bindings;
using osu.Game.Online.API.Requests;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Overlays.Changelog;
using osuTK;
using osuTK.Graphics;
namespace osu.Game.Overlays
@@ -33,9 +32,6 @@ namespace osu.Game.Overlays
private float savedScrollPosition;
// receive input outside our bounds so we can trigger a close event on ourselves.
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;
[BackgroundDependencyLoader]
private void load(AudioManager audio, OsuColour colour)
{