mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:02:55 +08:00
Fix dropped input outside of playfield.
This commit is contained in:
parent
2ced0a48e0
commit
882d5edf7d
@ -35,6 +35,8 @@ namespace osu.Game.Modes.UI
|
||||
public class ScaledContainer : Container
|
||||
{
|
||||
protected override Vector2 DrawScale => new Vector2(DrawSize.X / 512);
|
||||
|
||||
public override bool Contains(Vector2 screenSpacePos) => true;
|
||||
}
|
||||
|
||||
public class HitObjectContainer : Container<DrawableHitObject>
|
||||
|
Loading…
Reference in New Issue
Block a user